summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorLuca Bruno <lethalman88@gmail.com>2008-10-03 20:25:06 +0200
committerLuca Bruno <lethalman88@gmail.com>2008-10-03 20:25:06 +0200
commita8cabc8f40152cc6ca208fe92d56ccbb885abe20 (patch)
tree8036016177f829145f6c6f6b0a1ce3ab6fa26159 /cmdline
parent7365ff46a3852e2d3abd2cfdfcfad37ac362c427 (diff)
* Document apt-key finger and adv commands (thanks to Stefan Schmidt, closes: #350575)
Diffstat (limited to 'cmdline')
-rwxr-xr-xcmdline/apt-key2
1 files changed, 2 insertions, 0 deletions
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
}