diff --git a/doc/testssl.1 b/doc/testssl.1
index 89d925d..5ec87b3 100644
--- a/doc/testssl.1
+++ b/doc/testssl.1
@@ -462,7 +462,7 @@ whole 9 yards
\fB\-\-csvfile \fR or \fB\-oC \fR Similar to the aforementioned \fB\-\-jsonfile\fR or \fB\-\-logfile\fR it logs the output in CSV format (see \fB\-\-cvs\fR) additionally into a file or a directory\. For further explanation see \fB\-\-jsonfile\fR or \fB\-\-logfile\fR\.
.
.P
-\-\-html Logs additionally to an HTML file \fB${NODE}\-p${port}${YYYYMMDD\-HHMM}\.html\fR in the current working directory of the shell\. It contains a 1:1 output of the console\. In former versions there was a non\-native option to use "aha" (Ansi HTML Adapter: github\.com/theZiz/aha) like \fBtestssl\.sh [options] | aha >output\.html\fR\. This is not necessary anymore\.
+\fB\-\-html\fB Logs additionally to an HTML file \fB${NODE}\-p${port}${YYYYMMDD\-HHMM}\.html\fR in the current working directory of the shell\. It contains a 1:1 output of the console\. In former versions there was a non\-native option to use "aha" (Ansi HTML Adapter: github\.com/theZiz/aha) like \fBtestssl\.sh [options] | aha >output\.html\fR\. This is not necessary anymore\.
.
.P
\fB\-\-htmlfile \fR or \fB\-oH \fR Similar to the aforementioned \fB\-\-jsonfile\fR or \fB\-\-logfile\fR it logs the output in HTML format (see \fB\-\-html\fR) additionally into a file or a directory\. For further explanation see \fB\-\-jsonfile\fR or \fB\-\-logfile\fR\.
diff --git a/doc/testssl.1.html b/doc/testssl.1.html
index e69974f..d90c88e 100644
--- a/doc/testssl.1.html
+++ b/doc/testssl.1.html
@@ -390,7 +390,7 @@ The same can be achieved by setting the environment variable WARNINGS--csvfile <csvfile>
or -oC <csvfile>
Similar to the aforementioned --jsonfile
or --logfile
it logs the output in CSV format (see --cvs
) additionally into a file or a directory. For further explanation see --jsonfile
or --logfile
.
---html Logs additionally to an HTML file ${NODE}-p${port}${YYYYMMDD-HHMM}.html
in the current working directory of the shell. It contains a 1:1 output of the console. In former versions there was a non-native option to use "aha" (Ansi HTML Adapter: github.com/theZiz/aha) like testssl.sh [options] <URI> | aha >output.html
. This is not necessary anymore.
+--html
Logs additionally to an HTML file ${NODE}-p${port}${YYYYMMDD-HHMM}.html
in the current working directory of the shell. It contains a 1:1 output of the console. In former versions there was a non-native option to use "aha" (Ansi HTML Adapter: github.com/theZiz/aha) like testssl.sh [options] <URI> | aha >output.html
. This is not necessary anymore.
--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
.
diff --git a/doc/testssl.1.md b/doc/testssl.1.md
index 1b45a25..1f8ffa1 100644
--- a/doc/testssl.1.md
+++ b/doc/testssl.1.md
@@ -302,7 +302,7 @@ Please note that in testssl.sh 3,0 you can still use `rfc` instead of `iana` and
`--csvfile ` or `-oC ` Similar to the aforementioned `--jsonfile` or `--logfile` it logs the output in CSV format (see `--cvs`) additionally into a file or a directory. For further explanation see `--jsonfile` or `--logfile`.
---html Logs additionally to an HTML file `${NODE}-p${port}${YYYYMMDD-HHMM}.html` in the current working directory of the shell. It contains a 1:1 output of the console. In former versions there was a non-native option to use "aha" (Ansi HTML Adapter: github.com/theZiz/aha) like `testssl.sh [options] | aha >output.html`. This is not necessary anymore.
+`--html` Logs additionally to an HTML file `${NODE}-p${port}${YYYYMMDD-HHMM}.html` in the current working directory of the shell. It contains a 1:1 output of the console. In former versions there was a non-native option to use "aha" (Ansi HTML Adapter: github.com/theZiz/aha) like `testssl.sh [options] | aha >output.html`. This is not necessary anymore.
`--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`.