summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2011-07-30 04:24:46 +0200
committerDan McGee <dan@archlinux.org>2011-08-02 14:20:42 +0200
commitc55cbfbd5f3659ee5c105bbdb932cdb7afab5f2a (patch)
treee02dea7326447bab4a760aee1e871c4187eafcd9 /doc
parentcbaff216b3eca57b4fd717da53f43a6713722e95 (diff)
downloadpacman-c55cbfbd5f3659ee5c105bbdb932cdb7afab5f2a.tar.gz
pacman-c55cbfbd5f3659ee5c105bbdb932cdb7afab5f2a.tar.xz
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')
-rw-r--r--doc/pacman-key.8.txt7
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.