From 9f3aa6bd0f292e9f2dc8a5950773e488f4c92c8d Mon Sep 17 00:00:00 2001 From: Henric Andersson Date: Mon, 28 Nov 2016 20:08:55 -0800 Subject: [PATCH] Missing -v option from rebase --- plexupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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