diff --git a/poddoc b/poddoc index dedabfa..07fe294 100755 --- a/poddoc +++ b/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