From bd6d08232d28d182c83c78c4279d91b5b72883f9 Mon Sep 17 00:00:00 2001 From: djalal Date: Fri, 22 Jul 2011 10:59:07 +0000 Subject: [PATCH] Added the '--script-help' option to the Nmap usage. --- nmap.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nmap.cc b/nmap.cc index d7da82c14..2a2cb642a 100644 --- a/nmap.cc +++ b/nmap.cc @@ -281,6 +281,9 @@ printf("%s %s ( %s )\n" " --script-args=: provide arguments to scripts\n" " --script-trace: Show all data sent and received\n" " --script-updatedb: Update the script database.\n" + " --script-help=: Show help about scripts.\n" + " is a comma separted list of script-files or\n" + " script-categories.\n" #endif "OS DETECTION:\n" " -O: Enable OS detection\n"