parent
76459a39cd
commit
7acd1f488f
|
@ -17,7 +17,6 @@ set -e
|
|||
# Setting static variables
|
||||
PROGRAM="${FRONTEND}"
|
||||
DESCRIPTION="Utility to build live systems"
|
||||
HELP=""
|
||||
USAGE="lb {clean|config|build}"
|
||||
|
||||
# This bits of code relies on the fact that we only accept
|
||||
|
|
|
@ -23,7 +23,6 @@ fi
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Clean up system build directories"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--all] [--cache] [--chroot] [--binary] [--purge] [--remove] [--stage] [--source]"
|
||||
|
||||
# Reading, preparing and validating config
|
||||
|
|
Loading…
Reference in New Issue