diff --git a/conn.sh b/conn.sh index ad8c7b6..2ec655d 100644 --- a/conn.sh +++ b/conn.sh @@ -1,7 +1,7 @@ #!/bin/bash while [ ! -n "$1" ]; do - echo "Usage: $0 (-m) " + echo "Usage: $0 (options) " echo "Options:" echo " -m/--multi -- test multiple ips / disable portscan" echo " -h/--help -- show help" @@ -13,7 +13,7 @@ while [ ! -n "$1" ]; do done while [ ! -z "$1" ]; do if [[ "$1" == "--help" ]] || [[ "$1" == "-h" ]];then - echo "Usage: $0 (-m) (y/n)" + echo "Usage: $0 (options) (y/n)" echo "Options:" echo " -m/--multi -- test multiple ips / disable portscan" echo " -h/--help -- show help"