scripts/help_generator.pl
branchv_0
changeset 200 2e351d7c26c4
parent 100 de65409a9f26
child 250 aae5009bd0af
     1.1 --- a/scripts/help_generator.pl	Sun May 24 18:45:46 2015 +0200
     1.2 +++ b/scripts/help_generator.pl	Sun May 24 19:10:25 2015 +0200
     1.3 @@ -32,7 +32,7 @@
     1.4  ';
     1.5  
     1.6  while (<>) {
     1.7 -	print "	" . sprintf("%-24s", $1) . "$3\n" if (/"(.*?)".*? \/\/\s*bash-completion:option(\s*\/\/\s*help:(.*))?/);
     1.8 +	print "	" . sprintf("%-32s", $1) . "$3\n" if (/"(.*?)".*? \/\/\s*bash-completion:option(\s*\/\/\s*help:(.*))?/);
     1.9  	last if (/\/\/\s*help:exit-codes/);
    1.10  }
    1.11