From da4afd6e352cd1530b6c89b54580de409f839327 Mon Sep 17 00:00:00 2001 From: orbea Date: Sat, 27 Aug 2016 16:49:09 -0700 Subject: [PATCH] Give more space for configure help options --- qb/qb.params.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()