diff options
author | Luca Bruno <lethalman88@gmail.com> | 2008-10-03 20:25:06 +0200 |
---|---|---|
committer | Luca Bruno <lethalman88@gmail.com> | 2008-10-03 20:25:06 +0200 |
commit | a8cabc8f40152cc6ca208fe92d56ccbb885abe20 (patch) | |
tree | 8036016177f829145f6c6f6b0a1ce3ab6fa26159 /cmdline/apt-key | |
parent | 7365ff46a3852e2d3abd2cfdfcfad37ac362c427 (diff) |
* Document apt-key finger and adv commands (thanks to Stefan Schmidt, closes: #350575)
Diffstat (limited to 'cmdline/apt-key')
-rwxr-xr-x | cmdline/apt-key | 2 |
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 } |