From faf257e7c12c85c08ab370075b39c5fca5eb9019 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 29 Apr 2014 12:46:04 +0200 Subject: [PATCH] more room for args --- sfa/client/sfi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sfa/client/sfi.py b/sfa/client/sfi.py index 2ce796b0..6837ed1d 100644 --- a/sfa/client/sfi.py +++ b/sfa/client/sfi.py @@ -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") -- 2.43.0