Skip to content

Commit

Permalink
Merge pull request #327 from PeterDaveHello/FixHelpMsgSpace
Browse files Browse the repository at this point in the history
Fix a missing space in help message of bare option
  • Loading branch information
rafaelpivato committed Dec 20, 2020
2 parents 3aa3105 + 5a16242 commit f8fc611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safety/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def check(key, db, json, full_report, bare, stdin, files, cache, ignore, output,
help='Full reports include a security advisory (if available). Default: '
'--short-report')
@click.option("--bare/--not-bare", default=False,
help='Output vulnerable packages only. Useful in combination with other tools.'
help='Output vulnerable packages only. Useful in combination with other tools. '
'Default: --not-bare')
@click.option("file", "--file", "-f", type=click.File(), required=True,
help="Read input from an insecure report file. Default: empty")
Expand Down

0 comments on commit f8fc611

Please sign in to comment.