mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Corrected a comment.
This commit is contained in:
parent
93c4f35f2e
commit
e31c5973b1
1 changed files with 1 additions and 1 deletions
|
|
@ -595,7 +595,7 @@ end
|
|||
-- main(hosts)
|
||||
-- This is the main function we return to NSE (on the C side) which actually
|
||||
-- runs a scan against an array of hosts. nse_main.cc gets this function
|
||||
-- by calling loadfile on nse_main.lua.
|
||||
-- by loading and executing nse_main.lua.
|
||||
-- Arguments:
|
||||
-- hosts An array of hosts to scan.
|
||||
return function (hosts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue