mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
remove shift: --one-per doesn't take a param
This commit is contained in:
parent
155df55b5c
commit
f7c49a6620
1 changed files with 0 additions and 1 deletions
|
@ -495,7 +495,6 @@ while [ "$#" -gt 0 ]; do
|
||||||
;;
|
;;
|
||||||
--one-per)
|
--one-per)
|
||||||
ONEPER=TRUE
|
ONEPER=TRUE
|
||||||
shift
|
|
||||||
;;
|
;;
|
||||||
--host)
|
--host)
|
||||||
HOST=$(getArg $*)
|
HOST=$(getArg $*)
|
||||||
|
|
Loading…
Reference in a new issue