diff --git a/qb/qb.params.sh b/qb/qb.params.sh index 9ce445fa12..3434ce1234 100644 --- a/qb/qb.params.sh +++ b/qb/qb.params.sh @@ -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()