summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-02-25 09:00:06 +0000
committerRaphaƫl Hertzog <hertzog@debian.org>2020-03-05 11:31:09 +0000
commit95fedc81c12573ceb31b9e7c286ea51c251d71e6 (patch)
tree131dad9184e020b0ee58548ab4a58813da996d2e /frontend
parent36a3ba76347ef72df1c316312ed3a26aa4b0c816 (diff)
downloadvyos-live-build-95fedc81c12573ceb31b9e7c286ea51c251d71e6.tar.gz
vyos-live-build-95fedc81c12573ceb31b9e7c286ea51c251d71e6.zip
help/usage: fix usage string of top level script
Gbp-Dch: Ignore Closes: #952858
Diffstat (limited to 'frontend')
-rwxr-xr-xfrontend/lb4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/lb b/frontend/lb
index 03ab043d3..6a593a65d 100755
--- a/frontend/lb
+++ b/frontend/lb
@@ -15,8 +15,8 @@ set -e
# Setting static variables
DESCRIPTION="$(Echo 'utility to build live systems')"
-HELP="FIXME"
-USAGE="FIXME"
+HELP=""
+USAGE="lb {clean|config|build}"
case "${1}" in
-h|--help)