qb: Fix alignment in ./configure --help.
This commit is contained in:
parent
cd942f1faa
commit
86bb116625
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue