Skip to content

Commit

Permalink
; => :
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelleas committed Jul 14, 2020
1 parent fd93e0d commit edba0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check50/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def main():
action="store",
choices=[level.name.lower() for level in LogLevel],
type=str.lower,
help=_('warning; displays usage warnings.'
help=_('warning: displays usage warnings.'
'\ninfo: adds all commands run, any locally installed dependencies and print messages.'
'\ndebug: adds the output of all commands run.'))
parser.add_argument("--ansi-log",
Expand Down

0 comments on commit edba0af

Please sign in to comment.