Print the command list in the help

This commit is contained in:
Brad Hall 2011-06-03 11:02:54 -07:00
parent 90a78e410c
commit 9453bb93c4
1 changed files with 1 additions and 0 deletions

View File

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