Backed out changeset d3a309fc6ab2

This commit is contained in:
Lance Edgar 2012-07-31 09:03:13 -07:00
parent 28bb84c379
commit 448835d480

View file

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