fix usage

Gbp-Dch: Ignore
This commit is contained in:
Lyndon Brown 2020-03-30 15:17:52 +01:00 committed by Raphaël Hertzog
parent 430c48640c
commit 6def2c27be
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ set -e
# Setting static variables
DESCRIPTION="Cache bootstrap stage"
USAGE="${PROGRAM} [--force]"
USAGE="${PROGRAM} {restore|save} [--force]"
_ACTION="${1}"
shift

View File

@ -16,7 +16,7 @@ set -e
# Setting static variables
DESCRIPTION="Cache chroot stage"
USAGE="${PROGRAM} [--force]"
USAGE="${PROGRAM} {restore|save} [--force]"
_ACTION="${1}"
shift