diff options
-rwxr-xr-x | frontend/lb | 4 |
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) |