Skip to content

Commit d0def03

Browse files
committed
Improved cli help for the --extract option. #33
1 parent 332acf2 commit d0def03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scancode/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def get_usage(self, ctx):
231231
help='Set <output_file> format <style> to one of: %s' % ' or '.join(formats),
232232
)
233233
@click.option('-e', '--extract', is_flag=True, default=False, is_eager=True,
234-
help=('Extract archives found in <input>, ignoring other scan options.'))
234+
help=('Extract any archives and compressed files found in <input> recursively, in-place, ignoring other scan options. Use this before scanning proper, as an <input> preparation step.'))
235235
@click.option('--verbose', is_flag=True, default=False, help='Print verbose file-by-file progress messages.')
236236
@click.help_option('-h', '--help')
237237
@click.option('--examples', is_flag=True, is_eager=True, callback=print_examples,

0 commit comments

Comments
 (0)