diff -r 88de2602deb3 -r 2e351d7c26c4 scripts/help_generator.pl --- a/scripts/help_generator.pl Sun May 24 18:45:46 2015 +0200 +++ b/scripts/help_generator.pl Sun May 24 19:10:25 2015 +0200 @@ -32,7 +32,7 @@ '; while (<>) { - print " " . sprintf("%-24s", $1) . "$3\n" if (/"(.*?)".*? \/\/\s*bash-completion:option(\s*\/\/\s*help:(.*))?/); + print " " . sprintf("%-32s", $1) . "$3\n" if (/"(.*?)".*? \/\/\s*bash-completion:option(\s*\/\/\s*help:(.*))?/); last if (/\/\/\s*help:exit-codes/); }