add server to parameter list
This commit is contained in:
parent
e91533b93d
commit
7636860185
1 changed files with 1 additions and 1 deletions
2
pms-cli
2
pms-cli
|
@ -45,7 +45,7 @@ the terms of the ${LICENSE}"
|
|||
###
|
||||
|
||||
OPT_SHORT="hVv"
|
||||
OPT_LONG="help,version,verbose,init:,datapack:,start:,stop:,restart:,attach:,reset:,delete:"
|
||||
OPT_LONG="help,version,verbose,init:,datapack:,start:,stop:,restart:,attach:,reset:,delete:,server:"
|
||||
|
||||
TEMP=$(getopt -o ${OPT_SHORT} --long ${OPT_LONG} -n $(basename ${0}) -- "$@")
|
||||
if [ "$?" != 0 ]; then
|
||||
|
|
Loading…
Reference in a new issue