Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed Jul 31, 2019
1 parent cd2a931 commit 4b3e251
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion allzpark/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ def main():
))

parser.add_argument("-v", "--verbose", action="count", default=0, help=(
"Print additional information about Allzpark during operation"))
"Print additional information about Allzpark during operation. "
"Pass -v for info, -vv for info and -vvv for debug messages"))
parser.add_argument("--version", action="store_true", help=(
"Print version and exit"))
parser.add_argument("--clean", action="store_true", help=(
Expand Down

0 comments on commit 4b3e251

Please sign in to comment.