]> git.saurik.com Git - apt.git/commitdiff
* Document apt-key finger and adv commands (thanks to Stefan Schmidt, closes: #350575)
authorLuca Bruno <lethalman88@gmail.com>
Fri, 3 Oct 2008 18:25:06 +0000 (20:25 +0200)
committerLuca Bruno <lethalman88@gmail.com>
Fri, 3 Oct 2008 18:25:06 +0000 (20:25 +0200)
cmdline/apt-key
debian/changelog
doc/apt-key.8.xml

index 3f886987e838cbf772d32110131276a04a023360..51a0bc2d156b7d3c8d487e48e13129c0ab248148 100755 (executable)
@@ -114,6 +114,8 @@ usage() {
     echo "  apt-key update              - update keys using the keyring package"
     echo "  apt-key net-update          - update keys using the network"
     echo "  apt-key list                - list keys"
+    echo "  apt-key finger              - list fingerprints"
+    echo "  apt-key adv                 - pass advanced options to gpg (download key)"
     echo
 }
 
index 72c4f9c41d6f34bd550646aecd35f3831f231f2e..9e565b2b2c60f3c351d774eef6079a4c87abea6f 100644 (file)
@@ -2,6 +2,7 @@ apt (0.7.15~exp4) UNRELEASED; urgency=low
 
   [Luca Bruno]
   * Fix some typos in docs and translations (thanks to timeless, closes: 368665)
+  * Document apt-key finger and adv commands (thanks to Stefan Schmidt, closes: #350575)
 
  -- Luca Bruno <lethalman88@gmail.com>  Fri, 03 Oct 2008 20:00:18 +0200
 
index 981fa208c0600777e1254db85602d75b4baf95f9..4b3e7c220d8209ba0f812293daac556c170258d8 100644 (file)
 
      </para>
 
+     </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>