From 763686018557cda17aceabde3a507998dcad53ab Mon Sep 17 00:00:00 2001 From: LinuxSquare Date: Sun, 21 Apr 2024 14:30:49 +0200 Subject: [PATCH] add server to parameter list --- pms-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pms-cli b/pms-cli index 14dee91..a4a9850 100755 --- a/pms-cli +++ b/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