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

Document Nmap option --noninteractive. See #1152

This commit is contained in:
nnposter
2020-12-07 00:52:53 +00:00
parent a0172dff48
commit 27b9a90f3e
3 changed files with 19 additions and 0 deletions

View File

@@ -291,6 +291,7 @@ static void printusage() {
" --iflist: Print host interfaces and routes (for debugging)\n"
" --append-output: Append to rather than clobber specified output files\n"
" --resume <filename>: Resume an aborted scan\n"
" --noninteractive: Disable runtime interactions via keyboard\n"
" --stylesheet <path/URL>: XSL stylesheet to transform XML output to HTML\n"
" --webxml: Reference stylesheet from Nmap.Org for more portable XML\n"
" --no-stylesheet: Prevent associating of XSL stylesheet w/XML output\n"