help/usage: fix usage string of top level script

Gbp-Dch: Ignore
Closes: #952858
This commit is contained in:
Lyndon Brown 2020-02-25 09:00:06 +00:00 committed by Raphaël Hertzog
parent 36a3ba7634
commit 95fedc81c1
1 changed files with 2 additions and 2 deletions

View File

@ -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)