1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

A couple more minor description updates that I forgot to checkin last time

This commit is contained in:
fyodor
2012-06-07 09:15:39 +00:00
parent dc485a4bff
commit 7b6b1f691c
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ local string = require "string"
local table = require "table"
description = [[
Tries to find hostnames that resolve to the target's IP address by querying the Robtex service at http://www.robtex.com/dns/.
Discovers hostnames that resolve to the target's IP address by querying the Robtex service at http://www.robtex.com/dns/.
]];
---

View File

@@ -6,7 +6,7 @@ local tab = require "tab"
local table = require "table"
description=[[
Gets a list of Git projects, owners and descriptions from a gitweb.
Retrieves a list of Git projects, owners and descriptions from a gitweb (web interface to the Git revision control system).
]]
---