1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 10:29: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

@@ -7,8 +7,6 @@ Attempts to find an SNMP community string by brute force guessing.
-- @args snmpcommunity The SNMP community string to use. If supplied, this
-- script will not run.
-- @args snmplist The filename of a list of community strings to try.
-- @args userdb The filename of an alternate username database.
-- @args passdb The filename of an alternate password database.
author = "Philip Pickering <pgpickering@gmail.com>"