Skip to content

Commit 69e2067

Browse files
authored
Merge pull request #2666 from krufab/fix/fix-typo-in-help-message
Corrected typo in the help message
2 parents ffa3e19 + 1539148 commit 69e2067

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20824,7 +20824,7 @@ file output options (can also be preset via environment variables)
2082420824
--html additional output as HTML to file '\${NODE}-p\${port}\${YYYYMMDD-HHMM}.html'
2082520825
--htmlfile|-oH <htmlfile> additional output as HTML to the specified file or directory, similar to --logfile
2082620826
--out(f,F)ile|-oa/-oA <fname> log to a LOG,JSON,CSV,HTML file (see nmap). -oA/-oa: pretty/flat JSON.
20827-
"auto" uses '\${NODE}-p\${port}\${YYYYMMDD-HHMM}'. If fname if a dir uses 'dir/\${NODE}-p\${port}\${YYYYMMDD-HHMM}'
20827+
"auto" uses '\${NODE}-p\${port}\${YYYYMMDD-HHMM}'. If fname is a dir uses 'dir/\${NODE}-p\${port}\${YYYYMMDD-HHMM}'
2082820828
--hints additional hints to findings
2082920829
--severity <severity> severities with lower level will be filtered for CSV+JSON, possible values <LOW|MEDIUM|HIGH|CRITICAL>
2083020830
--append if (non-empty) <logfile>, <csvfile>, <jsonfile> or <htmlfile> exists, append to file. Omits any header

0 commit comments

Comments
 (0)