mirror of
https://github.com/nmap/nmap.git
synced 2026-01-23 14:49:02 +00:00
little fix to make --max_rate (underscore) work
This commit is contained in:
2
nmap.cc
2
nmap.cc
@@ -677,7 +677,7 @@ int nmap_main(int argc, char *argv[]) {
|
||||
{"ip-options", required_argument, 0, 0},
|
||||
{"min_rate", required_argument, 0, 0},
|
||||
{"min-rate", required_argument, 0, 0},
|
||||
{"max-rate", required_argument, 0, 0},
|
||||
{"max_rate", required_argument, 0, 0},
|
||||
{"max-rate", required_argument, 0, 0},
|
||||
{0, 0, 0, 0}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user