mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fix the description of --min/max parallelism in the help screen
This commit is contained in:
parent
84648aaeab
commit
1636f41ba9
1 changed files with 1 additions and 1 deletions
2
nmap.cc
2
nmap.cc
|
|
@ -263,7 +263,7 @@ printf("%s %s ( %s )\n"
|
|||
" (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 <time>: Probe parallelization\n"
|
||||
" --min-parallelism/max-parallelism <numprobes>: Probe parallelization\n"
|
||||
" --min-rtt-timeout/max-rtt-timeout/initial-rtt-timeout <time>: Specifies\n"
|
||||
" probe round trip time.\n"
|
||||
" --max-retries <tries>: Caps number of port scan probe retransmissions.\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue