From be7d25aa01b3d93356d1ae27c8f463ae4470e845 Mon Sep 17 00:00:00 2001 From: Alex Malinovich Date: Tue, 9 Aug 2016 16:41:23 -0700 Subject: [PATCH] Add missing options and remove nonexistent ones --- plexupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"