Просмотр исходного кода

* Document apt-key finger and adv commands (thanks to Stefan Schmidt, closes: #350575)

Luca Bruno лет назад: 18
Родитель
Сommit
a8cabc8f40
3 измененных файлов с 26 добавлено и 0 удалено
  1. 2 0
      cmdline/apt-key
  2. 1 0
      debian/changelog
  3. 23 0
      doc/apt-key.8.xml

+ 2 - 0
cmdline/apt-key

@@ -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
 }
 

+ 1 - 0
debian/changelog

@@ -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
 

+ 23 - 0
doc/apt-key.8.xml

@@ -93,6 +93,29 @@
 
      </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>