summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-03-06 19:30:15 +0000
committerLuca Boccassi <bluca@debian.org>2020-03-10 12:45:23 +0000
commit4e45586daf646c884627793c086677cf1fdf1860 (patch)
tree53ba4bf4021e5470f48eb196beaf5d42831fdd74
parent158950b873bcfbac2d6bd59fd82a15b9fb4476b8 (diff)
downloadvyos-live-build-4e45586daf646c884627793c086677cf1fdf1860.tar.gz
vyos-live-build-4e45586daf646c884627793c086677cf1fdf1860.zip
help/usage: fix too many empty lines
Gbp-Dch: Ignore
-rwxr-xr-xfunctions/help.sh2
-rwxr-xr-xfunctions/usage.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/functions/help.sh b/functions/help.sh
index 08c38afcb..78fa24b60 100755
--- a/functions/help.sh
+++ b/functions/help.sh
@@ -10,7 +10,7 @@
Help ()
{
- printf "%s - %s\n\n\n" "${PROGRAM_NAME}" "${DESCRIPTION}"
+ printf "%s - %s\n\n" "${PROGRAM_NAME}" "${DESCRIPTION}"
printf "Usage:\n\n"
if [ -n "${USAGE}" ]
diff --git a/functions/usage.sh b/functions/usage.sh
index 121975970..8e970ca44 100755
--- a/functions/usage.sh
+++ b/functions/usage.sh
@@ -10,7 +10,7 @@
Usage ()
{
- printf "%s - %s\n\n\n" "${PROGRAM_NAME}" "${DESCRIPTION}"
+ printf "%s - %s\n\n" "${PROGRAM_NAME}" "${DESCRIPTION}"
printf "Usage:\n\n"
if [ -n "${USAGE}" ]