Fix CLI input

This commit is contained in:
Sean Whalen
2018-03-05 16:43:03 -05:00
parent 545fd31783
commit d56d01592d

View File

@@ -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