scripts/help_generator.pl
branchv_0
changeset 200 2e351d7c26c4
parent 100 de65409a9f26
child 250 aae5009bd0af
--- 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/);
 }