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