From 845ee644fd65e9cd1ef6a581bf4d4a8066ff0951 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Thu, 29 Mar 2018 18:11:17 -0400 Subject: [PATCH] Remove conflisting option string --- parsedmarc/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsedmarc/cli.py b/parsedmarc/cli.py index 55d9984..2d44995 100644 --- a/parsedmarc/cli.py +++ b/parsedmarc/cli.py @@ -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",