diff options
author | Justus Winter <justus@g10code.com> | 2017-05-08 12:18:19 +0200 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2017-05-08 12:18:19 +0200 |
commit | 6fdeef5b61c814ba0e475bfc36655e4fe69d7c41 (patch) | |
tree | 93acaa8de57e5ffccf2d4b0f152d472019c77af5 /doc | |
parent | tests: Support tests that are expected to fail. (diff) | |
download | gnupg2-6fdeef5b61c814ba0e475bfc36655e4fe69d7c41.tar.xz gnupg2-6fdeef5b61c814ba0e475bfc36655e4fe69d7c41.zip |
doc: Fix documentation.
--
Fixes-commit: da4db172f6f8fb254b770e59770c531a488e2400
Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index aa55cb811..1a0ea55ae 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -393,7 +393,7 @@ functionality is also available as the subcommand "passwd" with the @option{--edit-card} command. @item --delete-keys @code{name} -@itemx --delete-keys @code{name} +@opindex delete-keys Remove key from the public keyring. In batch mode either @option{--yes} is required or the key must be specified by fingerprint. This is a safeguard against accidental deletion of multiple keys. |