From 3fcd511efe4819ad644dd5c1425ade3041089b8c Mon Sep 17 00:00:00 2001 From: hakong Date: Mon, 8 Aug 2016 22:24:42 +0000 Subject: [PATCH] Fixed missing option in optstring See: https://github.com/mrworf/plexupdate/commit/96d115de0e7f7d2cc48d283f779b94ec5f93746d --- plexupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"