mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 12:41:29 +00:00
slight wording change. Fixes #2261.
This commit is contained in:
2
nmap.cc
2
nmap.cc
@@ -1126,7 +1126,7 @@ void parse_options(int argc, char **argv) {
|
||||
delayed_options.warn_deprecated(buf, "Pn");
|
||||
}
|
||||
if (o.verbose > 0)
|
||||
error("Host discovery disabled (-Pn). All addresses will be marked 'up' and scan times will be slower.");
|
||||
error("Host discovery disabled (-Pn). All addresses will be marked 'up' and scan times may be slower.");
|
||||
o.pingtype |= PINGTYPE_NONE;
|
||||
}
|
||||
else if (*optarg == 'R') {
|
||||
|
||||
Reference in New Issue
Block a user