mirror of
https://github.com/nmap/nmap.git
synced 2026-06-12 02:56:23 +00:00
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
This commit is contained in:
parent
871fc12c27
commit
e131a1e86a
2 changed files with 2 additions and 2 deletions
|
|
@ -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 <dirname>: 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
|
||||
|
|
|
|||
2
nmap.cc
2
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 <dirname>: 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue