Skip to content

Commit e43ed2f

Browse files
steven-esserpombredanne
authored andcommitted
#262: added help text for --shallow option
1 parent d168127 commit e43ed2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scancode/extract_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class ExtractCommand(utils.BaseCommand):
8686

8787
@click.option('--verbose', is_flag=True, default=False, help='Print verbose file-by-file progress messages.')
8888
@click.option('--quiet', is_flag=True, default=False, help='Do not print any summary or progress message.')
89-
@click.option('--shallow', is_flag=True, default=False)
89+
@click.option('--shallow', is_flag=True, default=False, help='Extract only first level of archives (and not archives in archives).')
9090

9191
@click.help_option('-h', '--help')
9292
@click.option('--about', is_flag=True, is_eager=True, callback=print_about, help='Show information about ScanCode and licensing and exit.')

0 commit comments

Comments
 (0)