-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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ command=$1
[[ -n $command ]] || usage
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
h | \?)
usage