1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00

no biggie: updating printusage() (the Nmap help screen) to suggest using -v twice *or more* for greater effect. This just kinda goes along with r6617 (man page update)

This commit is contained in:
kris
2008-01-19 04:25:15 +00:00
parent 23774e5719
commit af76658dff

View File

@@ -293,7 +293,7 @@ printf("%s %s ( %s )\n"
" -oN/-oX/-oS/-oG <file>: Output scan in normal, XML, s|<rIpt kIddi3,\n"
" and Grepable format, respectively, to the given filename.\n"
" -oA <basename>: Output in the three major formats at once\n"
" -v: Increase verbosity level (use twice for more effect)\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"
" --open: Only show open (or possibly open) ports\n"
" --packet-trace: Show all packets sent and received\n"