more room for args
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 29 Apr 2014 10:46:04 +0000 (12:46 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 29 Apr 2014 10:46:04 +0000 (12:46 +0200)
sfa/client/sfi.py

index 2ce796b..6837ed1 100644 (file)
@@ -298,8 +298,8 @@ class Sfi:
     ### suitable if no reasonable command has been provided
     def print_commands_help (self, options):
         verbose=getattr(options,'verbose')
-        format3="%10s %-30s %s"
-        format3offset=42
+        format3="%10s %-35s %s"
+        format3offset=47
         line=80*'-'
         if not verbose:
             print format3%("command","cmd_args","description")