diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2019-10-17 01:29:46 +0200 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2019-10-17 01:29:46 +0200 |
commit | 627a990f8e306d4f34bc503b303dc8b13616029e (patch) | |
tree | 1b678b92fa216464739bbf12de466be978c6a0dd /doc | |
parent | gpg: Fix get_best_pubkey_byname to consider the first match. (diff) | |
download | gnupg2-627a990f8e306d4f34bc503b303dc8b13616029e.tar.xz gnupg2-627a990f8e306d4f34bc503b303dc8b13616029e.zip |
doc: Fix documentation about --locate-keys.
* doc/gpg.texi (--locate-keys): Remove mentioning signing keys.
--
GnuPG-bug-id: 4713
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 0965a7eb7..c68e8ff49 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -350,13 +350,13 @@ numbers 1-9 or "T" for 10 and above to indicate trust signature levels @opindex locate-keys @opindex locate-external-keys Locate the keys given as arguments. This command basically uses the -same algorithm as used when locating keys for encryption or signing -and may thus be used to see what keys @command{@gpgname} might use. -In particular external methods as defined by -@option{--auto-key-locate} may be used to locate a key. Only public -keys are listed. The variant @option{--locate-external-keys} does not -consider a locally existing key and can thus be used to force the -refresh of a key via the defined external methods. +same algorithm as used when locating keys for encryption and may thus +be used to see what keys @command{@gpgname} might use. In particular +external methods as defined by @option{--auto-key-locate} may be used +to locate a key. Only public keys are listed. The variant +@option{--locate-external-keys} does not consider a locally existing +key and can thus be used to force the refresh of a key via the defined +external methods. @item --show-keys @opindex show-keys |