Missing -v option from rebase

This commit is contained in:
Henric Andersson 2016-11-28 20:08:55 -08:00
commit 9f3aa6bd0f

View file

@ -216,7 +216,7 @@ fi
# Parse commandline # Parse commandline
ALLARGS=( "$@" ) ALLARGS=( "$@" )
optstring="-o acCdfFhlpPqrSsuU -l config:,dldir:,email:,pass:,server:,port:" optstring="-o acCdfFhlpPqrSsuUv -l config:,dldir:,email:,pass:,server:,port:"
GETOPTRES=$(getopt $optstring -- "$@") GETOPTRES=$(getopt $optstring -- "$@")
if [ $? -eq 1 ]; then if [ $? -eq 1 ]; then
exit 1 exit 1