We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b319123 commit 7bd0318Copy full SHA for 7bd0318
nmap.cc
@@ -1126,7 +1126,7 @@ void parse_options(int argc, char **argv) {
1126
delayed_options.warn_deprecated(buf, "Pn");
1127
}
1128
if (o.verbose > 0)
1129
- 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.");
1130
o.pingtype |= PINGTYPE_NONE;
1131
1132
else if (*optarg == 'R') {
0 commit comments