From e131a1e86a0b6d0c954ff16e4a67a429cb4e7616 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 16 Jul 2010 17:41:41 +0000 Subject: [PATCH] Fix some awkward phrasing in -h output. Change -A: Enables OS detection and Version detection, Script scanning and Traceroute to -A: Enable OS detection, version detection, script scanning, and traceroute --- docs/nmap.usage.txt | 2 +- nmap.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/nmap.usage.txt b/docs/nmap.usage.txt index 1aeeeab75..ba14bad80 100644 --- a/docs/nmap.usage.txt +++ b/docs/nmap.usage.txt @@ -94,7 +94,7 @@ OUTPUT: --no-stylesheet: Prevent associating of XSL stylesheet w/XML output MISC: -6: Enable IPv6 scanning - -A: Enables OS detection and Version detection, Script scanning and Traceroute + -A: Enable OS detection, version detection, script scanning, and traceroute --datadir : Specify custom Nmap data file location --send-eth/--send-ip: Send using raw ethernet frames or IP packets --privileged: Assume that the user is fully privileged diff --git a/nmap.cc b/nmap.cc index 50a57b96a..0a8d196e5 100644 --- a/nmap.cc +++ b/nmap.cc @@ -305,7 +305,7 @@ printf("%s %s ( %s )\n" " --no-stylesheet: Prevent associating of XSL stylesheet w/XML output\n" "MISC:\n" " -6: Enable IPv6 scanning\n" - " -A: Enables OS detection and Version detection, Script scanning and Traceroute\n" + " -A: Enable OS detection, version detection, script scanning, and traceroute\n" " --datadir : Specify custom Nmap data file location\n" " --send-eth/--send-ip: Send using raw ethernet frames or IP packets\n" " --privileged: Assume that the user is fully privileged\n"