From 4a72ac66e8e0ad59f90b7c6c7ee9a423c73bbee7 Mon Sep 17 00:00:00 2001 From: Vsevolod <> Date: Sat, 29 Jun 2019 19:23:26 +0300 Subject: [PATCH] Add options description to the README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7ebb702..66ae84d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,15 @@ Example which parses nmap XML and outputs Markdown tables python nmap2md.py /path/to/file/test.xml -c protocol,port,service,product,version --hs 4 ``` +* `-c` is used to define columns (their order will reflect end result) + * Supported columns: + * `port` + * `protocol` + * `service` + * `product` + * `version` +* `--hs` is **h**eader **s**ize. Size variations: from 1 to 6. + ## Output example #### 74.207.244.221