From a873e07494336a5b450ccbdbfdac5cb97fab254b Mon Sep 17 00:00:00 2001 From: david Date: Mon, 2 Jan 2012 01:22:10 +0000 Subject: [PATCH] Document --repo, --username, and --password in the nmap-update man page. --- docs/nmap-update.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/nmap-update.xml b/docs/nmap-update.xml index 68be46b20..5a94acc90 100644 --- a/docs/nmap-update.xml +++ b/docs/nmap-update.xml @@ -82,6 +82,26 @@ password = password Show a help message and exit. + + + repository + + Use the given repository and path rather than the default. + For example, . + + + + username + + Authenticate with the given username. + + + + password + + Authenticate with the given password. + +