Fix Typo
This commit is contained in:
parent
bff8a276ae
commit
be2a3bb374
@ -37,7 +37,7 @@ optional arguments:
|
||||
Enable CSV file export
|
||||
-j, --json Enable JSON in the output
|
||||
-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
|
||||
```
|
||||
|
||||
|
||||
@ -272,7 +272,7 @@ def get_args():
|
||||
help='Enable SSL security analysis on the host')
|
||||
parser.add_argument('-p', '--pretty', dest='pretty_output',
|
||||
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,
|
||||
action='help',
|
||||
help='Show this help message and exit')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user