From d56d01592d87dcbce14a939c281967344e1b9123 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Mon, 5 Mar 2018 16:43:03 -0500 Subject: [PATCH] Fix CLI input --- parsedmarc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parsedmarc.py b/parsedmarc.py index f5dcd72..b576bb3 100644 --- a/parsedmarc.py +++ b/parsedmarc.py @@ -1396,8 +1396,8 @@ def _main(): if args.host: try: - if args.username is None or args.password is None: - logger.error("username and password must be specified if" + if args.user is None or args.password is None: + logger.error("user and password must be specified if" "host is specified") af = args.archive_folder