summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-09-01 21:47:33 +0200
committerDan McGee <dan@archlinux.org>2011-09-03 04:41:40 +0200
commit3c3ee6796a417cdd06be5639989a570b22318a20 (patch)
treeded904e6422f1ac69f260b3456443c10b933e950 /scripts
parent83a1e4fee39321358858841069e1fe36d44edefc (diff)
downloadpacman-3c3ee6796a417cdd06be5639989a570b22318a20.tar.gz
pacman-3c3ee6796a417cdd06be5639989a570b22318a20.tar.xz
pacman-key: document --lsign-key
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/pacman-key.sh.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in
index 14ea07d5..b469fd3a 100644
--- a/scripts/pacman-key.sh.in
+++ b/scripts/pacman-key.sh.in
@@ -74,6 +74,7 @@ usage() {
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 " --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\
in '%s'")\n" "@pkgdatadir@/keyrings"
}