From 7bd0318e3d1d9b98de9e0e56a244b04cea66970b Mon Sep 17 00:00:00 2001 From: fyodor Date: Sun, 7 Mar 2021 03:29:16 +0000 Subject: [PATCH] slight wording change. Fixes #2261. --- nmap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmap.cc b/nmap.cc index dd0a9616b..6e7750b71 100644 --- a/nmap.cc +++ b/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') {