Skip to content

Commit

Permalink
Improved cli help for the --extract option. #33
Browse files Browse the repository at this point in the history
  • Loading branch information
pombredanne committed Jul 24, 2015
1 parent 332acf2 commit d0def03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scancode/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def get_usage(self, ctx):
help='Set <output_file> format <style> to one of: %s' % ' or '.join(formats),
)
@click.option('-e', '--extract', is_flag=True, default=False, is_eager=True,
help=('Extract archives found in <input>, ignoring other scan options.'))
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.'))
@click.option('--verbose', is_flag=True, default=False, help='Print verbose file-by-file progress messages.')
@click.help_option('-h', '--help')
@click.option('--examples', is_flag=True, is_eager=True, callback=print_examples,
Expand Down

0 comments on commit d0def03

Please sign in to comment.