mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
capitalize Lua
This commit is contained in:
parent
d1b49e0ab4
commit
8d0b39dadb
1 changed files with 1 additions and 1 deletions
2
nmap.cc
2
nmap.cc
|
|
@ -256,7 +256,7 @@ printf("%s %s ( %s )\n"
|
|||
#ifndef NOLUA
|
||||
"SCRIPT SCAN:\n"
|
||||
" -sC: equivalent to --script=safe,intrusive\n"
|
||||
" --script=<lua scripts>: <lua scripts> is a comma separated list of \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-trace: Show all data sent and received\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue