mirror of
https://github.com/nmap/nmap.git
synced 2026-07-11 18:55:08 +00:00
Document --repo, --username, and --password in the nmap-update man page.
This commit is contained in:
parent
2dde427109
commit
a873e07494
1 changed files with 20 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue