1
0
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:
fyodor
2021-03-07 03:29:16 +00:00
parent b319123646
commit 7bd0318e3d

View File

@@ -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') {