1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 19:09:01 +00:00

Remove --log-errors from Nmap quickref (help screen) because it has been the default behavior for a while and so does nothing

This commit is contained in:
fyodor
2015-04-04 01:43:08 +00:00
parent 8ac2c5e496
commit df26fa850c

View File

@@ -321,7 +321,6 @@ static void printusage(int rc) {
" --open: Only show open (or possibly open) ports\n"
" --packet-trace: Show all packets sent and received\n"
" --iflist: Print host interfaces and routes (for debugging)\n"
" --log-errors: Log errors/warnings to the normal-format output file\n"
" --append-output: Append to rather than clobber specified output files\n"
" --resume <filename>: Resume an aborted scan\n"
" --stylesheet <path/URL>: XSL stylesheet to transform XML output to HTML\n"