diff options
Diffstat (limited to 'scripts/build/bootstrap_cache')
-rwxr-xr-x | scripts/build/bootstrap_cache | 2 |
1 files changed, 1 insertions, 1 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 |