Fixed missing option in optstring

See: 96d115de0e
This commit is contained in:
hakong 2016-08-08 22:24:42 +00:00 committed by GitHub
commit 3fcd511efe

View file

@ -165,7 +165,7 @@ usage() {
# Parse commandline
ALLARGS=( "$@" )
optstring="acCdfhkopqruU"
optstring="acCdfhkopqrsuU"
getopt -T >/dev/null
if [ $? -eq 4 ]; then
optstring="-o $optstring"