projects
/
gatekeeper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f2d8e2
)
Fix documentation formatting error
author
Jacob Bachmeyer
<jcb@gnu.org>
Thu, 30 Mar 2023 23:51:51 +0000
(18:51 -0500)
committer
Jacob Bachmeyer
<jcb@gnu.org>
Thu, 30 Mar 2023 23:51:51 +0000
(18:51 -0500)
keymaster.pl
patch
|
blob
|
blame
|
history
diff --git
a/keymaster.pl
b/keymaster.pl
index c89c59144a5cc3311b6408fe4bd5780338c78479..fa10e8b743fa99a51f7fe86da554c0d2bb40ebdd 100755
(executable)
--- a/
keymaster.pl
+++ b/
keymaster.pl
@@
-1408,6
+1408,8
@@
sub cmd_update_key {
=item withdraw-key I<directory> I<fingerprint>
+=back
+
Immediately transfer the key with FINGERPRINT from the active keyring
(C<pubring.gpg>) to the archival keyring (C<oldring.gpg>) in DIRECTORY.
This revokes access to DIRECTORY for that key.
@@
-1415,8
+1417,6
@@
This revokes access to DIRECTORY for that key.
The full PGP key fingerprint is required; a short or long key ID will not
be resolved to a fingerprint.
-=back
-
=cut
sub cmd_withdraw_key {