Skip to content

Commit 7bd0318

Browse files
author
fyodor
committed
slight wording change. Fixes nmap#2261.
1 parent b319123 commit 7bd0318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nmap.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ void parse_options(int argc, char **argv) {
11261126
delayed_options.warn_deprecated(buf, "Pn");
11271127
}
11281128
if (o.verbose > 0)
1129-
error("Host discovery disabled (-Pn). All addresses will be marked 'up' and scan times will be slower.");
1129+
error("Host discovery disabled (-Pn). All addresses will be marked 'up' and scan times may be slower.");
11301130
o.pingtype |= PINGTYPE_NONE;
11311131
}
11321132
else if (*optarg == 'R') {

0 commit comments

Comments
 (0)