mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Update --ip-options flag on usage screen to note that S (strict routing) is the option which takes a route, not R (record route).
This commit is contained in:
parent
9049308afa
commit
a226c93f13
1 changed files with 1 additions and 1 deletions
|
|
@ -1198,7 +1198,7 @@ void ArgParser::printUsage(void){
|
|||
" --evil : Set Reserved / Evil flag.\n"
|
||||
" --ttl <hops> : Set time to live [0-255].\n"
|
||||
" --badsum-ip : Use a random invalid checksum. \n"
|
||||
" --ip-options <S|R [route]|L [route]|T|U ...> : Set IP options\n"
|
||||
" --ip-options <R|S [route]|L [route]|T|U ...> : Set IP options\n"
|
||||
" --ip-options <hex string> : Set IP options\n"
|
||||
" --mtu <size> : Set MTU. Packets get fragmented if MTU is\n"
|
||||
" small enough.\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue