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

Document some undocumented script-args

This commit is contained in:
dmiller
2013-03-05 22:31:39 +00:00
parent fdb0f775e2
commit f42dde7ba2
8 changed files with 12 additions and 4 deletions

View File

@@ -24,9 +24,10 @@ Runs a query against a MySQL database and returns the results as a table.
-- | Query: SELECT host, user FROM mysql.user
-- |_ User: root
--
-- @args query the query for which to return the results
-- @args username (optional) the username used to authenticate to the database server
-- @args password (optional) the password used to authenticate to the database server
-- @args mysql-query.query the query for which to return the results
-- @args mysql-query.username (optional) the username used to authenticate to the database server
-- @args mysql-query.password (optional) the password used to authenticate to the database server
-- @args mysql-query.noheaders do not display column headers (default: false)
--
author = "Patrik Karlsson"