summaryrefslogtreecommitdiff
path: root/scripts/build
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build')
-rwxr-xr-xscripts/build/bootstrap_cache2
-rwxr-xr-xscripts/build/chroot_cache2
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