From 920b0a8952cc862fac1af7a949888e536a15d005 Mon Sep 17 00:00:00 2001 From: Babak Farrokhi Date: Mon, 23 May 2016 18:50:40 +0430 Subject: [PATCH] remove unnecessary option --- dnsping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsping.py b/dnsping.py index 200a398..09622be 100755 --- a/dnsping.py +++ b/dnsping.py @@ -96,7 +96,7 @@ def main(): try: opts, args = getopt.getopt(sys.argv[1:], "qhc:s:t:w:vp:P:S:T46", - ["help", "output=", "count=", "server=", "quiet", "type=", "wait=", "verbose", + ["help", "count=", "server=", "quiet", "type=", "wait=", "verbose", "port", "dstport=", "srcip=", "tcp", "ipv4", "ipv6"]) except getopt.GetoptError as err: # print help information and exit: