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 /scripts/build/chroot_cache | |
parent | 430c48640c6b5523f8da65561f62d25b6a7efbb2 (diff) | |
download | vyos-live-build-6def2c27be28169cf3e0757a6928e3f13de157a8.tar.gz vyos-live-build-6def2c27be28169cf3e0757a6928e3f13de157a8.zip |
fix usage
Gbp-Dch: Ignore
Diffstat (limited to 'scripts/build/chroot_cache')
-rwxr-xr-x | scripts/build/chroot_cache | 2 |
1 files changed, 1 insertions, 1 deletions
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 |