Remove conflisting option string

This commit is contained in:
Sean Whalen
2018-03-29 18:11:17 -04:00
parent 3f00677449
commit 845ee644fd

View File

@@ -100,7 +100,7 @@ def _main():
arg_parser.add_argument("-w", "--watch", action="store_true",
help="Use an IMAP IDLE connection to process "
"reports as they arrive in the inbox")
arg_parser.add_argument("-t", "--test",
arg_parser.add_argument("--test",
help="Do not move or delete IMAP messages",
action="store_true", default=False)
arg_parser.add_argument("-s", "--silent", action="store_true",