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