diff options
author | Justus Winter <[email protected]> | 2016-12-13 16:43:22 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-12-13 16:43:22 +0000 |
commit | ec1bd3ae685e95563e38077ab3c1655fd55dea07 (patch) | |
tree | 17c2a857d40ae15c3b1ed0cb39c1450d0ccc5293 /doc | |
parent | g10: Spell out --full-gen-key. (diff) | |
download | gnupg-ec1bd3ae685e95563e38077ab3c1655fd55dea07.tar.gz gnupg-ec1bd3ae685e95563e38077ab3c1655fd55dea07.zip |
g10: Spell out --gen-revoke.
* g10/gpg.c (opts): Spell out option.
* doc/gpg.texi: Update accordingly.
* po: Update translations.
GnuPG-bug-id: 2700
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index ff99864e2..3b5167d04 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -698,8 +698,8 @@ mode. See the manual section ``Unattended key generation'' on how to use this. -@item --gen-revoke @code{name} -@opindex gen-revoke +@item --generate-revocation-certificate @code{name} +@opindex generate-revocation-certificate Generate a revocation certificate for the complete key. To only revoke a subkey or a key signature, use the @option{--edit} command. |