]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Print the command list in the help
authorBrad Hall <bhall@nicira.com>
Fri, 3 Jun 2011 18:02:54 +0000 (11:02 -0700)
committerBrad Hall <bhall@nicira.com>
Fri, 3 Jun 2011 18:02:54 +0000 (11:02 -0700)
quantum/cli.py

index ad37f007809462eba11d5940f7113a110c51028c..2fa2b02813d0b4c6f0985296013ed0cb4c27c2c6 100644 (file)
@@ -451,6 +451,7 @@ if __name__ == "__main__":
 
     if len(args) < 1:
         parser.print_help()
+        help()
         sys.exit(1)
 
     cmd = args[0]