mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Document Nmap option --noninteractive. See #1152
This commit is contained in:
parent
a0172dff48
commit
27b9a90f3e
3 changed files with 19 additions and 0 deletions
1
nmap.cc
1
nmap.cc
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue