diff options
author | Luca Bruno <lethalman88@gmail.com> | 2008-10-03 20:25:06 +0200 |
---|---|---|
committer | Luca Bruno <lethalman88@gmail.com> | 2008-10-03 20:25:06 +0200 |
commit | a8cabc8f40152cc6ca208fe92d56ccbb885abe20 (patch) | |
tree | 8036016177f829145f6c6f6b0a1ce3ab6fa26159 /doc/apt-key.8.xml | |
parent | 7365ff46a3852e2d3abd2cfdfcfad37ac362c427 (diff) |
* Document apt-key finger and adv commands (thanks to Stefan Schmidt, closes: #350575)
Diffstat (limited to 'doc/apt-key.8.xml')
-rw-r--r-- | doc/apt-key.8.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/apt-key.8.xml b/doc/apt-key.8.xml index 981fa208c..4b3e7c220 100644 --- a/doc/apt-key.8.xml +++ b/doc/apt-key.8.xml @@ -95,6 +95,29 @@ </listitem> </varlistentry> + + <varlistentry><term>finger</term> + <listitem> + <para> + + List fingerprints of trusted keys. + + </para> + + </listitem> + </varlistentry> + + <varlistentry><term>adv</term> + <listitem> + <para> + + Pass advanced options to gpg. With adv --recv-key you can download the + public key. + + </para> + + </listitem> + </varlistentry> <varlistentry><term>update</term> <listitem> |