1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

Correct script names in NSEDoc usage sections.

This commit is contained in:
tomsellers
2015-11-18 11:53:22 +00:00
parent fa2527fd34
commit 18f42a9391
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ description = [[Requests information from a Subversion repository.
]]
---
-- @usage nmap --script svn-info <target>
-- @usage nmap --script http-svn-info <target>
--
-- @args http-svn-info.url This is a URL relative to the scanned host eg. /default.html (default: /)
--
@@ -128,4 +128,4 @@ action = function(host, port)
return ordered_output
end
end
end
end