parent
430c48640c
commit
6def2c27be
|
@ -16,7 +16,7 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Cache bootstrap stage"
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
USAGE="${PROGRAM} {restore|save} [--force]"
|
||||
|
||||
_ACTION="${1}"
|
||||
shift
|
||||
|
|
|
@ -16,7 +16,7 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Cache chroot stage"
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
USAGE="${PROGRAM} {restore|save} [--force]"
|
||||
|
||||
_ACTION="${1}"
|
||||
shift
|
||||
|
|
Loading…
Reference in New Issue