This commit is contained in:
Narbeh Arakil 2019-11-14 14:15:11 +04:00
parent bff8a276ae
commit be2a3bb374
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ optional arguments:
Enable CSV file export Enable CSV file export
-j, --json Enable JSON in the output -j, --json Enable JSON in the output
-a, --analyze Enable SSL security analysis on the host. -a, --analyze Enable SSL security analysis on the host.
-p, --pretty Print pretty and more human readable Json -p, --pretty Print pretty and more human readable JSON
-h, --help Show this help message and exit -h, --help Show this help message and exit
``` ```

View File

@ -272,7 +272,7 @@ def get_args():
help='Enable SSL security analysis on the host') help='Enable SSL security analysis on the host')
parser.add_argument('-p', '--pretty', dest='pretty_output', parser.add_argument('-p', '--pretty', dest='pretty_output',
action='store_true', default=False, action='store_true', default=False,
help='Print pretty and more human readable Json') help='Print pretty and more human readable JSON')
parser.add_argument('-h', '--help', default=SUPPRESS, parser.add_argument('-h', '--help', default=SUPPRESS,
action='help', action='help',
help='Show this help message and exit') help='Show this help message and exit')