qb: Fix alignment in ./configure --help.

This commit is contained in:
orbea 2017-10-23 23:41:52 -07:00
parent cd942f1faa
commit 86bb116625
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ print_help_option() # $1 = option $@ = description
{ {
_opt="$1" _opt="$1"
shift 1 shift 1
printf " %-25s %s\n" "$_opt" "$@" printf ' %-26s %s\n' "$_opt" "$@"
} }
print_help() print_help()