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