summaryrefslogtreecommitdiff
path: root/functions/help.sh
diff options
context:
space:
mode:
authorjnqnfe <jnqnfe@gmail.com>2015-02-05 03:30:47 +0000
committerLyndon Brown <jnqnfe@gmail.com>2020-03-05 20:48:49 +0000
commita67e01638fa3834fcfeb01baff2eedc88d4181ab (patch)
treebee36af22ee595fb917a871f9a50725a9c207b0c /functions/help.sh
parentaa858eb2c8e3b2dea98e063cf150a28b9a4379ad (diff)
downloadvyos-live-build-a67e01638fa3834fcfeb01baff2eedc88d4181ab.tar.gz
vyos-live-build-a67e01638fa3834fcfeb01baff2eedc88d4181ab.zip
help/usage: fix overly complex script description handling
Closes: #952887
Diffstat (limited to 'functions/help.sh')
-rwxr-xr-xfunctions/help.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/help.sh b/functions/help.sh
index 78fa24b60..08c38afcb 100755
--- a/functions/help.sh
+++ b/functions/help.sh
@@ -10,7 +10,7 @@
Help ()
{
- printf "%s - %s\n\n" "${PROGRAM_NAME}" "${DESCRIPTION}"
+ printf "%s - %s\n\n\n" "${PROGRAM_NAME}" "${DESCRIPTION}"
printf "Usage:\n\n"
if [ -n "${USAGE}" ]