parent
f3ebc44e13
commit
ae2012953b
|
@ -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}" ]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue