summaryrefslogtreecommitdiffstats
path: root/command_manager.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-12-19 22:16:37 +0100
committerJan Pokorný <jpokorny@redhat.com>2015-01-09 10:21:35 +0100
commit7668ab0ec29c537d1cc126b71213d3fb70988110 (patch)
tree7da2bd5e95ce7159094afc0fb6f108b131f5d336 /command_manager.py
parentc1544bde0b43c014da91ebb6479db28c1677e5ed (diff)
downloadclufter-7668ab0ec29c537d1cc126b71213d3fb70988110.tar.gz
clufter-7668ab0ec29c537d1cc126b71213d3fb70988110.tar.xz
clufter-7668ab0ec29c537d1cc126b71213d3fb70988110.zip
command_manager: increase default width of pretty_cmds
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'command_manager.py')
-rw-r--r--command_manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/command_manager.py b/command_manager.py
index 4c8e258..0f84488 100644
--- a/command_manager.py
+++ b/command_manager.py
@@ -132,7 +132,7 @@ class CommandManager(PluginManager):
# ec = EC.EXIT_FAILURE
return ec
- def pretty_cmds(self, text_width=76, linesep_width=1,
+ def pretty_cmds(self, text_width=77, linesep_width=1,
ind=' ', itemsep='\n', secsep='\n',
cmds_intro='Commands:', aliases_intro='Aliases:',
refer_str='alias for {0}'):