Skip to content
Snippets Groups Projects
Commit 96e078ce authored by hamid.sadeghian's avatar hamid.sadeghian
Browse files

parameter p --> parameter p in help() function

parent 2e57d003
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ def help():
Syntax: /usr/bin/python netscan.py [-n Network -p Port -f FilePath ] ...
example: /usr/bin/python netscan.py -n 192.168.1.0/24 -p 22 -f /etc/output.json
/usr/bin/python netscan.py -n 192.168.1.16/30,192.168.2.2/32 p 22 -f /etc/output.json
/usr/bin/python netscan.py -n 192.168.1.16/30,192.168.2.2/32 -p 22 -f /etc/output.json
args:
-h --help Help.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment