From 666882fbbdcf97e4296e8397f775c8e1233caa48 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 15 Apr 2019 09:40:34 -0700 Subject: [PATCH] -r does not require an argument --- net/net.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/net.sh b/net/net.sh index 6a25c06a2e..7a0b5785b8 100755 --- a/net/net.sh +++ b/net/net.sh @@ -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