diff options
| author | Lyndon Brown <jnqnfe@gmail.com> | 2020-05-04 13:21:12 +0100 |
|---|---|---|
| committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-05-04 13:21:12 +0100 |
| commit | 7acd1f488f3b9d4348449a27d9412488dc8e1657 (patch) | |
| tree | 1739c46f141d669f2001a172d42257727fe7b123 | |
| parent | 76459a39cdc6f35485a867fd96c7cce29a2cc6b9 (diff) | |
| download | vyos-live-build-7acd1f488f3b9d4348449a27d9412488dc8e1657.tar.gz vyos-live-build-7acd1f488f3b9d4348449a27d9412488dc8e1657.zip | |
get rid of a couple of useless variables
Gbp-Dch: Ignore
| -rwxr-xr-x | frontend/lb | 1 | ||||
| -rwxr-xr-x | scripts/build/clean | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/frontend/lb b/frontend/lb index 4617e3e5a..99b415834 100755 --- a/frontend/lb +++ b/frontend/lb @@ -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 diff --git a/scripts/build/clean b/scripts/build/clean index 9ff67cbab..4fc227355 100755 --- a/scripts/build/clean +++ b/scripts/build/clean @@ -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 |
