From af76658dff0d189171aaa5c159d4c56b9ccf468c Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 19 Jan 2008 04:25:15 +0000 Subject: [PATCH] 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) --- nmap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmap.cc b/nmap.cc index 72a7af62d..4313c5314 100644 --- a/nmap.cc +++ b/nmap.cc @@ -293,7 +293,7 @@ printf("%s %s ( %s )\n" " -oN/-oX/-oS/-oG : Output scan in normal, XML, s|: 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"