diff --git a/nmap.cc b/nmap.cc index df2ef1af7..0ffa13c4d 100644 --- a/nmap.cc +++ b/nmap.cc @@ -231,6 +231,7 @@ printf("%s %s ( %s )\n" " -n/-R: Never do DNS resolution/Always resolve [default: sometimes]\n" " --dns-servers : Specify custom DNS servers\n" " --system-dns: Use OS's DNS resolver\n" + " --traceroute: Trace hop path to each host\n" "SCAN TECHNIQUES:\n" " -sS/sT/sA/sW/sM: TCP SYN/Connect()/ACK/Window/Maimon scans\n" " -sU: UDP Scan\n" @@ -239,8 +240,6 @@ printf("%s %s ( %s )\n" " -sI : Idle scan\n" " -sO: IP protocol scan\n" " -b : FTP bounce scan\n" - " --traceroute: Trace hop path to each host\n" - " --reason: Display the reason a port is in a particular state\n" "PORT SPECIFICATION AND SCAN ORDER:\n" " -p : Only scan specified ports\n" " Ex: -p22; -p1-65535; -p U:53,111,137,T:21-25,80,139,8080\n" @@ -297,6 +296,7 @@ printf("%s %s ( %s )\n" " -oA : Output in the three major formats at once\n" " -v: Increase verbosity level (use twice or more for greater effect)\n" " -d[level]: Set or increase debugging level (Up to 9 is meaningful)\n" + " --reason: Display the reason a port is in a particular state\n" " --open: Only show open (or possibly open) ports\n" " --packet-trace: Show all packets sent and received\n" " --iflist: Print host interfaces and routes (for debugging)\n"