diff --git a/plexupdate.sh b/plexupdate.sh index 25659bd..28ff106 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -165,7 +165,7 @@ usage() { # Parse commandline ALLARGS=( "$@" ) -optstring="acCdfhkopqruU" +optstring="acCdfhkopqrsuU" getopt -T >/dev/null if [ $? -eq 4 ]; then optstring="-o $optstring"