Skip to content

Commit c69ba8a

Browse files
committed
Syntax highlighting for README.md
1 parent 1f61321 commit c69ba8a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,19 @@ Parse SSL certificate information
55

66
Usage:
77

8-
./ssl-cert-parse.py -h
8+
```sh
9+
$ ./ssl-cert-parse.py -h
10+
usage: ssl-cert-parse.py [-h] [-a] [-b] [-d HOSTNAME] [-e] [-f FILENAME]
11+
[-p PORT]
12+
13+
optional arguments:
14+
-h, --help show this help message and exit
15+
-a, --all Show the entire output
16+
-b, --basic Show the basic data output
17+
-d HOSTNAME, --dest HOSTNAME
18+
Set the hostname to connect to
19+
-e, --extended Show the extended data output
20+
-f FILENAME, --file FILENAME
21+
Set the file that contains the SSL certificate
22+
-p PORT, --port PORT Set the port to connect to
23+
```

0 commit comments

Comments
 (0)