From 448835d480e7a54dab158923748d3d3e1d570301 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 31 Jul 2012 09:03:13 -0700 Subject: [PATCH] Backed out changeset d3a309fc6ab2 --- edbob/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edbob/commands.py b/edbob/commands.py index 1809d60..0974ed1 100644 --- a/edbob/commands.py +++ b/edbob/commands.py @@ -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 ' for more help.""" % self