Make CLI help uniform

This commit is contained in:
Sean Whalen
2018-11-28 21:32:07 -05:00
parent 46f5967212
commit 8548a3749e
+2 -2
View File
@@ -206,10 +206,10 @@ def _main():
help="use an IMAP IDLE connection to process "
"reports as they arrive in the inbox")
arg_parser.add_argument("--test",
help="Do not move or delete IMAP messages",
help="do not move or delete IMAP messages",
action="store_true", default=False)
arg_parser.add_argument("-s", "--silent", action="store_true",
help="Only print errors and warnings")
help="only print errors and warnings")
arg_parser.add_argument("--debug", action="store_true",
help="print debugging information")
arg_parser.add_argument("-v", "--version", action="version",