diff options
Diffstat (limited to 'frontend/lb')
-rwxr-xr-x | frontend/lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/lb b/frontend/lb index 2bedb9d12..0e826d989 100755 --- a/frontend/lb +++ b/frontend/lb @@ -14,7 +14,7 @@ set -e [ -e "${LIVE_BUILD}/scripts/build.sh" ] && . "${LIVE_BUILD}/scripts/build.sh" || . /usr/lib/live/build.sh # Setting static variables -DESCRIPTION="$(Echo 'utility to build live systems')" +DESCRIPTION="Utility to build live systems" HELP="" USAGE="lb {clean|config|build}" |