From 88dd4fd2c824520ce9be3767dc5f92d6c2c9aed0 Mon Sep 17 00:00:00 2001
From: Hamid <hamid.sadeghian@dw.com>
Date: Wed, 28 Jun 2023 10:48:55 +0000
Subject: [PATCH] Update README.md

---
 README.md | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c13ee65..89aa706 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,18 @@
 # netscan
 
-# Scans the specified network to find and list alive nodes.
+Scans the specified network to find and list alive nodes.
+
+    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
+    
+    args:
+    -h --help           Help.
+    -v --version        Shows version.        
+    -n --network        Network(S) to scan.
+    -f --file-path      File path containing file name to save the output.
+                        You can write the output in .csv, .txt or .json file formats.
+
+    © 2023 Hamid Sadeghian
+
-- 
GitLab