diff options
author | Allan McRae <allan@archlinux.org> | 2011-07-09 17:26:17 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2011-07-19 10:27:54 +1000 |
commit | 0c9e86bab17691bf17c4251b2e16d65f517b88c8 (patch) | |
tree | afac2a5d651b0801d1411e3fa2181ff682ff1ed4 /doc | |
parent | 0be9e4a4cd2c6a5d5c5246c8dc269931e883c1fe (diff) | |
download | pacman-0c9e86bab17691bf17c4251b2e16d65f517b88c8.tar.xz |
pacman-key: add --init option
Add an --init option that ensures that the pacman keyring has all
the necessary files and they have the correct permissions for being
read as a user.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pacman-key.8.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/pacman-key.8.txt b/doc/pacman-key.8.txt index 2771ece4..cf72b83c 100644 --- a/doc/pacman-key.8.txt +++ b/doc/pacman-key.8.txt @@ -60,6 +60,10 @@ Options *-h, \--help*:: Output syntax and command line options. +*--init*:: + Ensure the keyring is properly initialized and has the required access + permissions. + *-l, \--list*:: Equivalent to --list-sigs from GnuPG. |