From cb1dc6dab9f5f5ea55df7ab69254d98946e73436 Mon Sep 17 00:00:00 2001 From: Ondrej Mikle Date: Fri, 22 Aug 2014 21:38:03 +0200 Subject: [PATCH] retab --- brmdoor_adduser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brmdoor_adduser.py b/brmdoor_adduser.py index 2aaa2f9..5404dc8 100755 --- a/brmdoor_adduser.py +++ b/brmdoor_adduser.py @@ -58,7 +58,7 @@ if __name__ == "__main__": if opts.config is None: print >> sys.stderr, "You must specify config file via the -c option!" - parser.print_help() + parser.print_help() sys.exit(1) if opts.authtype not in ["uid", "hmac"]: