diff options
author | Justus Winter <[email protected]> | 2016-12-15 12:59:48 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-12-15 12:59:48 +0000 |
commit | 3c691097ca144e9a1d4c9185636c59a848bec85c (patch) | |
tree | 47e09330234b5559f4c0a244570c98058ff59b2f /doc/gpg.texi | |
parent | g10: Shorten unreasonably long option. (diff) | |
download | gnupg-3c691097ca144e9a1d4c9185636c59a848bec85c.tar.gz gnupg-3c691097ca144e9a1d4c9185636c59a848bec85c.zip |
g10: Spell out --desig-revoke.
* g10/gpg.c (opts): Rename option.
* doc/gpg.texi: Update accordingly.
--
This is a rather long name, but I believe that this command is rarely
used, and in places where it is used frequently, the process is likely
automated.
GnuPG-bug-id: 2700
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | doc/gpg.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 753bec334..d24584ad1 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -727,7 +727,9 @@ published, which is best done by sending the key to a keyserver to a file which is then send to frequent communication partners. -@item --desig-revoke @code{name} +@item --generate-designated-revocation @code{name} +@opindex generate-designated-revocation +@itemx --desig-revoke @code{name} @opindex desig-revoke Generate a designated revocation certificate for a key. This allows a user (with the permission of the keyholder) to revoke someone else's |