Refactor and Update README.md

This commit is contained in:
Narbeh Arakil
2020-07-19 16:04:59 +04:30
parent 64db1fa73f
commit d5ea5cca89
2 changed files with 106 additions and 62 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import socket
import sys
@@ -328,7 +328,7 @@ class SSLChecker:
help='Enable JSON in the output')
parser.add_argument('-S', '--summary', dest='summary_true',
action='store_true', default=False,
help='Enable only summery output')
help='Enable summary output only')
parser.add_argument('-J', '--json-save', dest='json_save_true',
action='store_true', default=False,
help='Enable JSON export individually per host')