diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-30 15:17:52 +0100 |
---|---|---|
committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-04-23 15:53:30 +0200 |
commit | 6def2c27be28169cf3e0757a6928e3f13de157a8 (patch) | |
tree | e661cf01c6ae56367b6066cc42cd6ac066afec54 | |
parent | 430c48640c6b5523f8da65561f62d25b6a7efbb2 (diff) | |
download | vyos-live-build-6def2c27be28169cf3e0757a6928e3f13de157a8.tar.gz vyos-live-build-6def2c27be28169cf3e0757a6928e3f13de157a8.zip |
fix usage
Gbp-Dch: Ignore
-rwxr-xr-x | scripts/build/bootstrap_cache | 2 | ||||
-rwxr-xr-x | scripts/build/chroot_cache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/bootstrap_cache b/scripts/build/bootstrap_cache index a90aacdd3..1bbc439b5 100755 --- a/scripts/build/bootstrap_cache +++ b/scripts/build/bootstrap_cache @@ -16,7 +16,7 @@ set -e # Setting static variables DESCRIPTION="Cache bootstrap stage" -USAGE="${PROGRAM} [--force]" +USAGE="${PROGRAM} {restore|save} [--force]" _ACTION="${1}" shift diff --git a/scripts/build/chroot_cache b/scripts/build/chroot_cache index 85db25eb3..73a9f62d2 100755 --- a/scripts/build/chroot_cache +++ b/scripts/build/chroot_cache @@ -16,7 +16,7 @@ set -e # Setting static variables DESCRIPTION="Cache chroot stage" -USAGE="${PROGRAM} [--force]" +USAGE="${PROGRAM} {restore|save} [--force]" _ACTION="${1}" shift |