1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 08:29:04 +00:00

Added the '--script-help' option to the Nmap usage.

This commit is contained in:
djalal
2011-07-22 10:59:07 +00:00
parent 4d27d83f62
commit bd6d08232d

View File

@@ -281,6 +281,9 @@ printf("%s %s ( %s )\n"
" --script-args=<n1=v1,[n2=v2,...]>: provide arguments to scripts\n"
" --script-trace: Show all data sent and received\n"
" --script-updatedb: Update the script database.\n"
" --script-help=<Lua scripts>: Show help about scripts.\n"
" <Lua scripts> is a comma separted list of script-files or\n"
" script-categories.\n"
#endif
"OS DETECTION:\n"
" -O: Enable OS detection\n"