summaryrefslogtreecommitdiff
path: root/scripts/build/chroot_cache
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-03-30 15:17:52 +0100
committerRaphaƫl Hertzog <hertzog@debian.org>2020-04-23 15:53:30 +0200
commit6def2c27be28169cf3e0757a6928e3f13de157a8 (patch)
treee661cf01c6ae56367b6066cc42cd6ac066afec54 /scripts/build/chroot_cache
parent430c48640c6b5523f8da65561f62d25b6a7efbb2 (diff)
downloadvyos-live-build-6def2c27be28169cf3e0757a6928e3f13de157a8.tar.gz
vyos-live-build-6def2c27be28169cf3e0757a6928e3f13de157a8.zip
fix usage
Gbp-Dch: Ignore
Diffstat (limited to 'scripts/build/chroot_cache')
-rwxr-xr-xscripts/build/chroot_cache2
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