From ed5de36e7f70a9b899dfe88e471a4b0f24a026b2 Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 17 Aug 2007 22:34:50 +0000 Subject: [PATCH] make sure Nmap help output does not contain the XML CDATA termination string (] then ] then >) --- nmap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmap.cc b/nmap.cc index cccdd29f9..222306d67 100644 --- a/nmap.cc +++ b/nmap.cc @@ -258,7 +258,7 @@ printf("%s %s ( %s )\n" " -sC: equivalent to --script=safe,intrusive\n" " --script=: is a comma separated list of \n" " directories, script-files or script-categories\n" - " --script-args=: provide arguments to scripts\n" + " --script-args=: provide arguments to scripts\n" " --script-trace: Show all data sent and received\n" " --script-updatedb: Update the script database.\n" #endif