From 6def2c27be28169cf3e0757a6928e3f13de157a8 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Mon, 30 Mar 2020 15:17:52 +0100 Subject: fix usage Gbp-Dch: Ignore --- scripts/build/bootstrap_cache | 2 +- scripts/build/chroot_cache | 2 +- 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 -- cgit v1.2.3