pacman-key: document --lsign-key
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
83a1e4fee3
commit
3c3ee6796a
2 changed files with 5 additions and 0 deletions
|
@ -77,6 +77,10 @@ Options
|
||||||
*--list-sigs* [keyid(s)]::
|
*--list-sigs* [keyid(s)]::
|
||||||
Same as --list-keys, but the signatures are listed too.
|
Same as --list-keys, but the signatures are listed too.
|
||||||
|
|
||||||
|
*\--lsign-key* <keyid>::
|
||||||
|
Locally sign the given key. This is primarily used to root the web of trust
|
||||||
|
in the local private key generated by \--init.
|
||||||
|
|
||||||
*-r, \--receive* <keyserver> <keyid(s)>::
|
*-r, \--receive* <keyserver> <keyid(s)>::
|
||||||
Fetch the specified keyids from the specified key server URL.
|
Fetch the specified keyids from the specified key server URL.
|
||||||
|
|
||||||
|
|
|
@ -74,6 +74,7 @@ usage() {
|
||||||
echo "$(gettext " --import-trustdb <dir(s)> Imports ownertrust values from trustdb.gpg in dir(s)")"
|
echo "$(gettext " --import-trustdb <dir(s)> Imports ownertrust values from trustdb.gpg in dir(s)")"
|
||||||
echo "$(gettext " --init Ensure the keyring is properly initialized")"
|
echo "$(gettext " --init Ensure the keyring is properly initialized")"
|
||||||
echo "$(gettext " --list-sigs [<keyid(s)>] List keys and their signatures")"
|
echo "$(gettext " --list-sigs [<keyid(s)>] List keys and their signatures")"
|
||||||
|
echo "$(gettext " --lsign-key <keyid> Locally sign the specified keyid")"
|
||||||
printf "$(gettext " --populate [<keyring(s)] Reload the default keys from the (given) keyrings\n\
|
printf "$(gettext " --populate [<keyring(s)] Reload the default keys from the (given) keyrings\n\
|
||||||
in '%s'")\n" "@pkgdatadir@/keyrings"
|
in '%s'")\n" "@pkgdatadir@/keyrings"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue