summaryrefslogtreecommitdiff
path: root/frontend
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 /frontend
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 'frontend')
-rwxr-xr-xfrontend/lb2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/lb b/frontend/lb
index 2bedb9d12..0e826d989 100755
--- a/frontend/lb
+++ b/frontend/lb
@@ -14,7 +14,7 @@ set -e
[ -e "${LIVE_BUILD}/scripts/build.sh" ] && . "${LIVE_BUILD}/scripts/build.sh" || . /usr/lib/live/build.sh
# Setting static variables
-DESCRIPTION="$(Echo 'utility to build live systems')"
+DESCRIPTION="Utility to build live systems"
HELP=""
USAGE="lb {clean|config|build}"