Skip to content

Commit ed988a6

Browse files
authored
Update README.md
1 parent 1fc92f4 commit ed988a6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ To obtain the code, please refer to <a href="https://golang.org/pkg/crypto/tls/#
1717

1818
<h2> Usage </h2>
1919

20-
Usage: httpProbe [options...] [URL]
21-
Options:
20+
`Usage: httpProbe [options...] [URL] `
21+
``` Options:
2222
-v enable verbosity to include more informations (RemoteServerIP, TLS Version, CipherSuite)
2323
-f saving output to json file, the saved json file will be created and save as result.json
2424
-h help menu
25-
URL URL using FQDN only including http or https, TLS requires host header and cannot use only IP Address without host header
25+
URL URL using FQDN only including http or https, TLS requires host header and cannot use only IP Address without host header
26+
```
2627

2728
-f will save the output into a json file, result.json that can be used for other program for consumption. A good example of this is providing reports or the key/value can be used for making geo-routing decision.
2829

0 commit comments

Comments
 (0)