tweak subcommand help output
This commit is contained in:
parent
43afd3ed57
commit
28bb84c379
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue