summaryrefslogtreecommitdiff
path: root/functions/help.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/help.sh')
-rwxr-xr-xfunctions/help.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/functions/help.sh b/functions/help.sh
index 78fa24b60..35051ab1f 100755
--- a/functions/help.sh
+++ b/functions/help.sh
@@ -15,7 +15,8 @@ Help ()
if [ -n "${USAGE}" ]
then
- printf "%s\n" "${USAGE}"
+ # printf without placeholder required here for correct \t and \n formatting of `lb config --usage`
+ printf " ${USAGE}\n"
fi
printf " %s [-h|--help]\n" "${PROGRAM}"
printf " %s [-u|--usage]\n" "${PROGRAM}"