Give more space for configure help options

This commit is contained in:
orbea 2016-08-27 16:49:09 -07:00
parent 698579c2b5
commit da4afd6e35

View File

@ -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()