(commands)
| 4543 | |
| 4544 | |
| 4545 | def printUsage(commands): |
| 4546 | print("usage: %s <command> [options]" % sys.argv[0]) |
| 4547 | print("") |
| 4548 | print("valid commands: %s" % ", ".join(commands)) |
| 4549 | print("") |
| 4550 | print("Try %s <command> --help for command specific help." % sys.argv[0]) |
| 4551 | print("") |
| 4552 | |
| 4553 | |
| 4554 | commands = { |