mirror of
https://github.com/nmap/nmap.git
synced 2026-01-23 22:59:20 +00:00
Update the help screen to reflect the new default time value (seconds) as suggested by Luis M.
This commit is contained in:
4
nmap.cc
4
nmap.cc
@@ -263,8 +263,8 @@ printf("%s %s ( %s )\n"
|
||||
" --osscan-limit: Limit OS detection to promising targets\n"
|
||||
" --osscan-guess: Guess OS more aggressively\n"
|
||||
"TIMING AND PERFORMANCE:\n"
|
||||
" Options which take <time> are in milliseconds, unless you append 's'\n"
|
||||
" (seconds), 'm' (minutes), or 'h' (hours) to the value (e.g. 30m).\n"
|
||||
" Options which take <time> are in seconds, or append 'ms' (milliseconds),\n"
|
||||
" 's' (seconds), 'm' (minutes), or 'h' (hours) to the value (e.g. 30m).\n"
|
||||
" -T<0-5>: Set timing template (higher is faster)\n"
|
||||
" --min-hostgroup/max-hostgroup <size>: Parallel host scan group sizes\n"
|
||||
" --min-parallelism/max-parallelism <numprobes>: Probe parallelization\n"
|
||||
|
||||
Reference in New Issue
Block a user