tweak subcommand help output

This commit is contained in:
Lance Edgar 2012-07-31 09:01:22 -07:00
parent 43afd3ed57
commit 28bb84c379

View file

@ -110,7 +110,7 @@ Options:
Commands:""" % self
for cmd in self.iter_subcommands():
print " %-16s %s" % (cmd.name, cmd.description)
print " %-17s %s" % (cmd.name, cmd.description)
print """
Try '%(name)s help <command>' for more help.""" % self