Add missing parameters to list

This commit is contained in:
LinuxSquare 2023-12-23 13:38:52 +01:00
parent ce886b7164
commit 30ae3e1926

4
poddoc
View file

@ -41,8 +41,8 @@ the terms of the ${LICENSE}"
# SCRIPT START
##
OPT_SHORT="hVvnp:s:"
OPT_LONG="help,version,verbose,dryrun,noconfirm,pull:,start:"
OPT_SHORT="hVvnp:s:x:"
OPT_LONG="help,version,verbose,dryrun,noconfirm,pull:,start:,stop:"
TEMP=$(getopt -o ${OPT_SHORT} --long ${OPT_LONG} -n $(basename ${0}) -- "$@")
if [ "$?" != 0 ]; then