1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-06 06:29:03 +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:
fyodor
2023-02-13 23:12:17 +00:00
parent 9049308afa
commit a226c93f13

View File

@@ -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"