Add doc for "-p" option.

This commit is contained in:
Yaser Amiri 2018-04-19 21:11:32 +04:30
parent f6482274ee
commit d3e8669b87

View File

@ -21,6 +21,7 @@ optional arguments:
-H [HOSTS [HOSTS ...]], --host [HOSTS [HOSTS ...]]
Hosts as input separated by space
-j, --json Enable JSON in the output
-p, --pretty Print pretty and more human readable Json
-h, --help Show this help message and exit
```
@ -30,6 +31,8 @@ Port is optional here. The script will use 443 if not specified.
`-j, --json` Use this if you want to only have the result in JSON
`-p, --pretty` Use this with `-j` to print indented and human readable json
`-H, --host` Enter the hosts separated by space
`-h, --help` Shows the help and exit