Skip to content

Commit

Permalink
squash! Fix issue PyCQA#595
Browse files Browse the repository at this point in the history
  • Loading branch information
ehooo committed Dec 14, 2020
1 parent 2f50dad commit fdfc1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bandit/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def main():
parser.add_argument(
'-l', '--level', dest='severity', action='count',
default=None, help='report only issues of a given severity level or '
'higher (-l for LOW, -ll for MEDIUM, -lll for HIGH)'
'higher (-l for LOW, -ll for MEDIUM, -lll for HIGH)'
)
parser.add_argument(
'-i', '--confidence', dest='confidence', action='count',
Expand Down

0 comments on commit fdfc1a0

Please sign in to comment.