From 2a532d29e36ab41bee5b71c9d13620ea6d286582 Mon Sep 17 00:00:00 2001 From: LinuxSquare Date: Thu, 3 Apr 2025 22:08:06 +0200 Subject: [PATCH] fix missing opt_long --- pms-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pms-cli b/pms-cli index c19de5c..3feb74a 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:,plugin:,start:,stop:,restart:,attach:,reset:,delete:" TEMP=$(getopt -o ${OPT_SHORT} --long ${OPT_LONG} -n $(basename ${0}) -- "$@") if [ "$?" != 0 ]; then