1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-06 14:39:03 +00:00

Add a "min_rate" synonym for "min-rate" in nmap.cc, like the other options have.

This commit is contained in:
david
2008-06-30 19:40:40 +00:00
parent ce8a716e5e
commit 6c204ca599

View File

@@ -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}
};