From: Brad Hall Date: Fri, 3 Jun 2011 18:02:54 +0000 (-0700) Subject: Print the command list in the help X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9453bb93c455ea8e7fa026e1870a3335d7b584c7;p=openstack-build%2Fneutron-build.git Print the command list in the help --- 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]