1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-23 22:59:20 +00:00

Patrik suggested that we add --script-args-file to the Nmap help screen, which I think is a good idea (done)

This commit is contained in:
fyodor
2012-01-03 07:18:14 +00:00
parent bb62bab448
commit 984f62f5bc

View File

@@ -280,6 +280,7 @@ printf("%s %s ( %s )\n"
" --script=<Lua scripts>: <Lua scripts> is a comma separated list of \n"
" directories, script-files or script-categories\n"
" --script-args=<n1=v1,[n2=v2,...]>: provide arguments to scripts\n"
" --script-args-file=filename: provide NSE script args in a file\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"