1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 18:39:03 +00:00

Remove script args that are inherited from modules from sript documentation.

Such args are now included automatically in the generated documentation.
This commit is contained in:
david
2009-02-05 23:45:12 +00:00
parent cedc80699d
commit 00b65b7768
14 changed files with 5 additions and 46 deletions

View File

@@ -6,8 +6,6 @@ Tries to log into a POP3 account by guessing usernames and passwords.
-- @args pop3loginmethod The login method to use: <code>"USER"</code>
-- (default), <code>"SASL-PLAIN"</code>, <code>"SASL-LOGIN"</code>,
-- <code>"SASL-CRAM-MD5"</code>, or <code>"APOP"</code>.
-- @args userdb The filename of an alternate username database.
-- @args passdb The filename of an alternate password database.
author = "Philip Pickering <pgpickering@gmail.com>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"