From: Luca Bruno Date: Fri, 3 Oct 2008 18:25:06 +0000 (+0200) Subject: * Document apt-key finger and adv commands (thanks to Stefan Schmidt, closes: #350575) X-Git-Tag: 0.7.21~79^2^2~12 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/a8cabc8f40152cc6ca208fe92d56ccbb885abe20 * Document apt-key finger and adv commands (thanks to Stefan Schmidt, closes: #350575) --- diff --git a/cmdline/apt-key b/cmdline/apt-key index 3f886987e..51a0bc2d1 100755 --- a/cmdline/apt-key +++ b/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 } diff --git a/debian/changelog b/debian/changelog index 72c4f9c41..9e565b2b2 100644 --- a/debian/changelog +++ b/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 Fri, 03 Oct 2008 20:00:18 +0200 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 @@ -93,6 +93,29 @@ + + + + finger + + + + List fingerprints of trusted keys. + + + + + + + adv + + + + Pass advanced options to gpg. With adv --recv-key you can download the + public key. + + +