diff options
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 |