Add missing parameters to list
This commit is contained in:
parent
ce886b7164
commit
30ae3e1926
1 changed files with 2 additions and 2 deletions
4
poddoc
4
poddoc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue