diff --git a/plexupdate.sh b/plexupdate.sh index 39632c6..69d0234 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -216,7 +216,7 @@ fi # Parse commandline ALLARGS=( "$@" ) -optstring="-o acCdfFhlpPqrSsuU -l config:,dldir:,email:,pass:,server:,port:" +optstring="-o acCdfFhlpPqrSsuUv -l config:,dldir:,email:,pass:,server:,port:" GETOPTRES=$(getopt $optstring -- "$@") if [ $? -eq 1 ]; then exit 1