Give more space for configure help options
This commit is contained in:
parent
698579c2b5
commit
da4afd6e35
|
@ -2,7 +2,7 @@ print_help_option() # $1 = option $@ = description
|
|||
{
|
||||
_opt="$1"
|
||||
shift 1
|
||||
printf " %-24s %s\n" "$_opt" "$@"
|
||||
printf " %-25s %s\n" "$_opt" "$@"
|
||||
}
|
||||
|
||||
print_help()
|
||||
|
|
Loading…
Reference in New Issue