-r does not require an argument

This commit is contained in:
Michael Vines
2019-04-15 09:40:34 -07:00
committed by GitHub
parent 6c9fba058b
commit 666882fbbd

View File

@ -69,7 +69,7 @@ command=$1
[[ -n $command ]] || usage [[ -n $command ]] || usage
shift shift
while getopts "h?T:t:o:f:r:D:i:" opt; do while getopts "h?T:t:o:f:rD:i:" opt; do
case $opt in case $opt in
h | \?) h | \?)
usage usage