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