Merge pull request #82 from hakong/patch-3

Fixed missing option in optstring
This commit is contained in:
Henric Andersson 2016-08-09 16:26:31 -07:00 committed by GitHub
commit eadb641287

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"