mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-14 02:26:56 -07:00
Merge pull request #82 from hakong/patch-3
Fixed missing option in optstring
This commit is contained in:
commit
eadb641287
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ usage() {
|
|||
|
||||
# Parse commandline
|
||||
ALLARGS=( "$@" )
|
||||
optstring="acCdfhkopqruU"
|
||||
optstring="acCdfhkopqrsuU"
|
||||
getopt -T >/dev/null
|
||||
if [ $? -eq 4 ]; then
|
||||
optstring="-o $optstring"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue