[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#350575: [PATCH] apt-key: commands finger and adv should be documented



Package: apt
Version: apt-0.6.43.1

The apt-key script, included in the apt package, have two undocumented
commands. The attached patch briefly descriped the finger and adv
command. The diff is against the debian source package.

regards
Stefan Schmidt
diff -urN apt-0.6.43.1/cmdline/apt-key apt-0.6.43.1-doc-fix/cmdline/apt-key
--- apt-0.6.43.1/cmdline/apt-key	2005-10-19 21:19:09.000000000 +0200
+++ apt-0.6.43.1-doc-fix/cmdline/apt-key	2006-01-30 13:57:40.000000000 +0100
@@ -41,6 +41,8 @@
     echo "  apt-key del <keyid>         - remove the key <keyid>"
     echo "  apt-key update              - update keys using the keyring package"
     echo "  apt-key list                - list keys"
+    echo "  apt-key finger              - list fingerprints"
+    echo "  apt-key adv                 - pass advanced options to gpg (download key)"
     echo
 }
 
diff -urN apt-0.6.43.1/doc/apt-key.8 apt-0.6.43.1-doc-fix/doc/apt-key.8
--- apt-0.6.43.1/doc/apt-key.8	2006-01-06 01:25:09.000000000 +0100
+++ apt-0.6.43.1-doc-fix/doc/apt-key.8	2006-01-30 14:03:07.000000000 +0100
@@ -51,6 +51,14 @@
 update
 Update the local keyring with the keyring of Debian archive keys and removes from the keyring the archive keys which are no longer valid\&.
 
+.TP
+finger
+List fingerprints of trusted keys\&.
+
+.TP
+adv
+Pass advanced options to gpg. With adv --recv-key you can download the public key\&.  
+
 .SH "FILES"
 
 .TP
diff -urN apt-0.6.43.1/doc/apt-key.8.xml apt-0.6.43.1-doc-fix/doc/apt-key.8.xml
--- apt-0.6.43.1/doc/apt-key.8.xml	2005-10-19 21:19:09.000000000 +0200
+++ apt-0.6.43.1-doc-fix/doc/apt-key.8.xml	2006-01-30 14:05:57.000000000 +0100
@@ -73,6 +73,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>

Attachment: signature.asc
Description: Digital signature


Reply to: