diff options
author | jnqnfe <jnqnfe@gmail.com> | 2015-02-05 03:30:47 +0000 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-05 20:48:49 +0000 |
commit | a67e01638fa3834fcfeb01baff2eedc88d4181ab (patch) | |
tree | bee36af22ee595fb917a871f9a50725a9c207b0c /scripts/build/bootstrap_cache | |
parent | aa858eb2c8e3b2dea98e063cf150a28b9a4379ad (diff) | |
download | vyos-live-build-a67e01638fa3834fcfeb01baff2eedc88d4181ab.tar.gz vyos-live-build-a67e01638fa3834fcfeb01baff2eedc88d4181ab.zip |
help/usage: fix overly complex script description handling
Closes: #952887
Diffstat (limited to 'scripts/build/bootstrap_cache')
-rwxr-xr-x | scripts/build/bootstrap_cache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/bootstrap_cache b/scripts/build/bootstrap_cache index d96556742..694ba9dee 100755 --- a/scripts/build/bootstrap_cache +++ b/scripts/build/bootstrap_cache @@ -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 'cache bootstrap stage')" +DESCRIPTION="Cache bootstrap stage" HELP="" USAGE="${PROGRAM} [--force]" |