archives: fix incorrect usage string

Gbp-Dch: Ignore
Closes #952839
This commit is contained in:
Lyndon Brown 2020-02-22 01:06:14 +00:00
parent f3ebc44e13
commit ae2012953b
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ set -e
# Setting static variables
DESCRIPTION="$(Echo 'manage /etc/apt/sources.list')"
HELP=""
USAGE="${PROGRAM} [--force]"
USAGE="${PROGRAM} [source|binary] [--force]"
_PASS="${1:-binary}"
if [ -n "${1}" ]

View File

@ -16,7 +16,7 @@ set -e
# Setting static variables
DESCRIPTION="$(Echo 'manage /etc/apt/sources.list')"
HELP=""
USAGE="${PROGRAM} {install|remove} [--force]"
USAGE="${PROGRAM} {source|binary} {install|remove} [--force]"
_PASS="${1}"
shift