diff options
author | Justus Winter <[email protected]> | 2016-12-19 14:40:16 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-12-19 14:42:35 +0000 |
commit | a76fe9e86d7802e67373218bd1759168585e92ab (patch) | |
tree | a9a5b9adc64ba6484c54f516e9a03486b7ac146b | |
parent | tests: New test for --delete-[secret-]keys. (diff) | |
download | gnupg-a76fe9e86d7802e67373218bd1759168585e92ab.tar.gz gnupg-a76fe9e86d7802e67373218bd1759168585e92ab.zip |
doc: Clarify that delkey deletes public keys.
--
GnuPG-bug-id: 2878
Signed-off-by: Justus Winter <[email protected]>
-rw-r--r-- | doc/gpg.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index e02c5c183..469e5484a 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -930,7 +930,8 @@ signing. @opindex keyedit:delkey Remove a subkey (secondary key). Note that it is not possible to retract a subkey, once it has been send to the public (i.e. to a keyserver). In - that case you better use @code{revkey}. + that case you better use @code{revkey}. Also note that this only + deletes the public part of a key. @item revkey @opindex keyedit:revkey |