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