diff options
author | Allan McRae <allan@archlinux.org> | 2011-07-30 12:24:46 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-02 08:20:42 -0400 |
commit | c55cbfbd5f3659ee5c105bbdb932cdb7afab5f2a (patch) | |
tree | e02dea7326447bab4a760aee1e871c4187eafcd9 /doc/pacman-key.8.txt | |
parent | cbaff216b3eca57b4fd717da53f43a6713722e95 (diff) |
pacman-key: follow gpg options for listing keys
The current --list option outputed the keys and all their signatures
which can be overly verbose. It also did not take a list of keys on
the command line to limit its output (although the code suggests that
was intended).
That patch brings consistency with gpg, providing --list-keys and
--list-sigs options that function equivalently to those provided by
gpg.
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/pacman-key.8.txt')
-rw-r--r-- | doc/pacman-key.8.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/pacman-key.8.txt b/doc/pacman-key.8.txt index 6bb0ee58..c8ce0264 100644 --- a/doc/pacman-key.8.txt +++ b/doc/pacman-key.8.txt @@ -71,8 +71,11 @@ Options Ensure the keyring is properly initialized and has the required access permissions. -*-l, \--list*:: - Equivalent to --list-sigs from GnuPG. +*-l, \--list-keys* [keyid(s)]:: + Lists all or specified keys from the public keyring. + +*--list-sigs* [keyid(s)]:: + Same as --list-keys, but the signatures are listed too. *-r, \--receive* <keyserver> <keyid(s)>:: Fetch the specified keyids from the specified key server URL. |