removed force option, not needed anymore
This commit is contained in:
parent
c33ae90b33
commit
fe4a896ada
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
THIS="$(dirname "$(readlink -fm "$0")")"
|
THIS="$(dirname "$(readlink -fm "$0")")"
|
||||||
SERVER=false
|
SERVER=false
|
||||||
FORCE=false
|
|
||||||
DELETE=false
|
DELETE=false
|
||||||
MOVE=false
|
MOVE=false
|
||||||
|
|
||||||
@ -10,8 +9,6 @@ _arguments() {
|
|||||||
for PARM in "$@"; do
|
for PARM in "$@"; do
|
||||||
if [ "${PARM}" = "--server" ]; then
|
if [ "${PARM}" = "--server" ]; then
|
||||||
SERVER=true
|
SERVER=true
|
||||||
elif [ "${PARM}" = "--force" ]; then
|
|
||||||
FORCE=true
|
|
||||||
elif [ "${PARM}" = "--delete" ]; then
|
elif [ "${PARM}" = "--delete" ]; then
|
||||||
DELETE=true
|
DELETE=true
|
||||||
elif [ "${PARM}" = "--move" ]; then
|
elif [ "${PARM}" = "--move" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user