Update README with latest changes

The usage help for the bandit CLI has changed and needs updating.

* The help for --level had been updated and was not reflected in
  the README.
* The new option --confidence was missing

Change-Id: I3990ddd8548dc7903f6b0524fb2debdd3d0dc385
This commit is contained in:
Eric Brown 2015-08-04 09:44:19 -07:00
parent 232061134b
commit 1a419b4118
1 changed files with 6 additions and 1 deletions

View File

@ -81,7 +81,12 @@ Usage::
-p PROFILE, --profile PROFILE
test set profile in config to use (defaults to all
tests)
-l, --level results level filter
-l, --level results severity filter. Show only issues of a given
severity level or higher. -l for LOW, -ll for MEDIUM,
-lll for HIGH
-i, --confidence confidence results filter, show only issues of this
level or higher. -i for LOW, -ii for MEDIUM, -iii for
HIGH
-f {csv,json,txt,xml}, --format {csv,json,txt,xml}
specify output format
-o OUTPUT_FILE, --output OUTPUT_FILE