aboutsummaryrefslogtreecommitdiffstats
path: root/src/argparser.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/argparser.bash')
-rw-r--r--src/argparser.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/argparser.bash b/src/argparser.bash
index 76e7d6b..70d6eb1 100644
--- a/src/argparser.bash
+++ b/src/argparser.bash
@@ -428,6 +428,7 @@ function args_help
fi
done
col=$(( $col + 8 - (($col - 4) & 7) ))
+ empty="${empty} "
while (( ${#empty} < $col )); do
empty="${empty}${empty}"
done