diff --git a/doc/testssl.1 b/doc/testssl.1
index ecff0e3..5a4e485 100644
--- a/doc/testssl.1
+++ b/doc/testssl.1
@@ -226,7 +226,7 @@ session resumption capabilities,
Time skew relative to localhost (most server implementations return random values)\.
.
.IP "\(bu" 4
-Several certificate information:
+Several certificate information
.
.IP "\(bu" 4
signature algorithm,
@@ -263,6 +263,9 @@ displaying DNS Certification Authority Authorization resource record
.
.IP "\(bu" 4
Certificate Transparency info (if provided by server)\.
+.
+.IP "" 0
+
.
.IP "" 0
.
@@ -465,7 +468,7 @@ whole 9 yards
\fB\-\-htmlfile
WARNINGS--htmlfile <htmlfile>
or -oH <htmlfile>
Similar to the aforementioned --jsonfile
or --logfile
it logs the output in HTML format (see --html
) additionally into a file or a directory. For further explanation see --jsonfile
or --logfile
.
--oA <filename>
/ --outFile <filename>
Similar to nmap it does a file output to all available file formats: LOG, JSON pretty, CSV, HTML. If the filename supplied is equal auto
the filename is automatically generated using '${NODE}-p${port}${YYYYMMDD-HHMM}.${EXT}' with the according extension.
+-oA <filename>
/ --outFile <filename>
Similar to nmap it does a file output to all available file formats: LOG, JSON pretty, CSV, HTML. If the filename supplied is equal auto
the filename is automatically generated using '${NODE}-p${port}${YYYYMMDD-HHMM}.${EXT}' with the according extension. If a directory is provided all output files will put into <filename>/${NODE}-p${port}${YYYYMMDD-HHMM}.{log,json,csv,html}
.
-oa <filename>
/ --outfile <filename>
Does the same as the previous option but uses flat JSON instead.
diff --git a/doc/testssl.1.md b/doc/testssl.1.md
index a383177..b216863 100644
--- a/doc/testssl.1.md
+++ b/doc/testssl.1.md
@@ -306,7 +306,7 @@ Please note that in testssl.sh 3,0 you can still use `rfc` instead of `iana` and
`--htmlfile ` or `-oH ` Similar to the aforementioned `--jsonfile` or `--logfile` it logs the output in HTML format (see `--html`) additionally into a file or a directory. For further explanation see `--jsonfile` or `--logfile`.
-`-oA ` / `--outFile ` Similar to nmap it does a file output to all available file formats: LOG, JSON pretty, CSV, HTML. If the filename supplied is equal `auto` the filename is automatically generated using '${NODE}-p${port}${YYYYMMDD-HHMM}.${EXT}' with the according extension.
+`-oA ` / `--outFile ` Similar to nmap it does a file output to all available file formats: LOG, JSON pretty, CSV, HTML. If the filename supplied is equal `auto` the filename is automatically generated using '${NODE}-p${port}${YYYYMMDD-HHMM}.${EXT}' with the according extension. If a directory is provided all output files will put into `/${NODE}-p${port}${YYYYMMDD-HHMM}.{log,json,csv,html}`.
`-oa ` / `--outfile ` Does the same as the previous option but uses flat JSON instead.