From 9453bb93c455ea8e7fa026e1870a3335d7b584c7 Mon Sep 17 00:00:00 2001 From: Brad Hall Date: Fri, 3 Jun 2011 11:02:54 -0700 Subject: [PATCH] Print the command list in the help --- quantum/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/quantum/cli.py b/quantum/cli.py index ad37f0078..2fa2b0281 100644 --- a/quantum/cli.py +++ b/quantum/cli.py @@ -451,6 +451,7 @@ if __name__ == "__main__": if len(args) < 1: parser.print_help() + help() sys.exit(1) cmd = args[0]