diff --git a/netscan.py b/netscan.py
index 1470b7040c636ca678e46da3e60628592a77fc67..341ed42e8b91d4b4df1d448ddde335e3535af411 100644
--- a/netscan.py
+++ b/netscan.py
@@ -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.