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

Document some script args in NSEdoc

This commit is contained in:
dmiller
2015-11-22 13:58:21 +00:00
parent e83078fdcc
commit 8d418d4962
5 changed files with 27 additions and 1 deletions

View File

@@ -1,7 +1,10 @@
---
-- A smallish implementation of the Couchbase Membase TAP protocol
-- Based on the scarce documentation from the Couchbase Wiki:
-- x http://www.couchbase.org/wiki/display/membase/SASL+Authentication+Example
-- * http://www.couchbase.org/wiki/display/membase/SASL+Authentication+Example
--
-- @args membase.authmech SASL authentication mechanism to use. Default and
-- currently supported: PLAIN
--
-- @author "Patrik Karlsson <patrik@cqure.net>"
--