More documentation

This commit is contained in:
Ondrej Mikle 2014-07-24 15:53:03 +02:00
parent 5d82672fa1
commit 2d5f02573f
2 changed files with 8 additions and 0 deletions

View file

@ -58,6 +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()
sys.exit(1)
if opts.authtype not in ["uid", "hmac"]: