mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 21:21:31 +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");
|
delayed_options.warn_deprecated(buf, "Pn");
|
||||||
}
|
}
|
||||||
if (o.verbose > 0)
|
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;
|
o.pingtype |= PINGTYPE_NONE;
|
||||||
}
|
}
|
||||||
else if (*optarg == 'R') {
|
else if (*optarg == 'R') {
|
||||||
|
|||||||
Reference in New Issue
Block a user