1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-22 22:29:03 +00:00

Document --repo, --username, and --password in the nmap-update man page.

This commit is contained in:
david
2012-01-02 01:22:10 +00:00
parent 2dde427109
commit a873e07494

View File

@@ -82,6 +82,26 @@ password = <replaceable>password</replaceable>
<para>Show a help message and exit.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-r</option></term>
<term><option>--repo</option> <replaceable>repository</replaceable></term>
<listitem>
<para>Use the given repository and path rather than the default.
For example, <option>--repo https://svn.example.com/updates</option>.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--username</option> <replaceable>username</replaceable></term>
<listitem>
<para>Authenticate with the given username.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--password</option> <replaceable>password</replaceable></term>
<listitem>
<para>Authenticate with the given password.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-v</option></term>
<term><option>--verbose</option></term>