From a226c93f13a9fe4d97f4e275db41811cd0029584 Mon Sep 17 00:00:00 2001 From: fyodor Date: Mon, 13 Feb 2023 23:12:17 +0000 Subject: [PATCH] Update --ip-options flag on usage screen to note that S (strict routing) is the option which takes a route, not R (record route). --- nping/ArgParser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nping/ArgParser.cc b/nping/ArgParser.cc index 00c60c5f6..1bca5f8b2 100644 --- a/nping/ArgParser.cc +++ b/nping/ArgParser.cc @@ -1198,7 +1198,7 @@ void ArgParser::printUsage(void){ " --evil : Set Reserved / Evil flag.\n" " --ttl : Set time to live [0-255].\n" " --badsum-ip : Use a random invalid checksum. \n" -" --ip-options : Set IP options\n" +" --ip-options : Set IP options\n" " --ip-options : Set IP options\n" " --mtu : Set MTU. Packets get fragmented if MTU is\n" " small enough.\n"