help/usage: fix usage string of top level script
Gbp-Dch: Ignore Closes: #952858
This commit is contained in:
parent
36a3ba7634
commit
95fedc81c1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue