1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 03:49:01 +00:00

Corrected documentation.

This commit is contained in:
batrick
2008-12-01 04:12:13 +00:00
parent b9c6596a78
commit b901089c19

View File

@@ -47,7 +47,7 @@ local stdnse = require 'stdnse'
-- @param port The port for the host.
-- @param path The path of the resource.
-- @param options A table of options, as with <code>http.request</code>.
-- @return Table as described in the function description.
-- @return Table as described in the module description.
-- @see http.request
get = function( host, port, path, options )
options = options or {}