From 6c204ca599acac13582d2d8008fd976dbb29a2f1 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 30 Jun 2008 19:40:40 +0000 Subject: [PATCH] Add a "min_rate" synonym for "min-rate" in nmap.cc, like the other options have. --- nmap.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/nmap.cc b/nmap.cc index 4508b56a5..89310e758 100644 --- a/nmap.cc +++ b/nmap.cc @@ -673,6 +673,7 @@ int nmap_main(int argc, char *argv[]) { #endif {"ip_options", required_argument, 0, 0}, {"ip-options", required_argument, 0, 0}, + {"min_rate", required_argument, 0, 0}, {"min-rate", required_argument, 0, 0}, {0, 0, 0, 0} };