From fee89db0a1e1f43c63f8b36878102154c5b36d30 Mon Sep 17 00:00:00 2001 From: kris Date: Tue, 24 Jun 2008 14:35:48 +0000 Subject: [PATCH] Update --webxml info in -h help screen: Insecure.Org -> Nmap.Org --- nmap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmap.cc b/nmap.cc index f710cf7b7..4508b56a5 100644 --- a/nmap.cc +++ b/nmap.cc @@ -303,7 +303,7 @@ printf("%s %s ( %s )\n" " --append-output: Append to rather than clobber specified output files\n" " --resume : Resume an aborted scan\n" " --stylesheet : XSL stylesheet to transform XML output to HTML\n" - " --webxml: Reference stylesheet from Insecure.Org for more portable XML\n" + " --webxml: Reference stylesheet from Nmap.Org for more portable XML\n" " --no-stylesheet: Prevent associating of XSL stylesheet w/XML output\n" "MISC:\n" " -6: Enable IPv6 scanning\n"