diff options
author | Werner Koch <[email protected]> | 2019-03-25 13:47:31 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-03-25 13:48:28 +0000 |
commit | 7a38af6a1015a7a0b47502850cf3bfd60d61ee56 (patch) | |
tree | a370de6809c9fe48d830953d4bf122d380cb2c18 | |
parent | libdns: Don't use _[A-Z] which are reserved names. (diff) | |
download | gnupg-7a38af6a1015a7a0b47502850cf3bfd60d61ee56.tar.gz gnupg-7a38af6a1015a7a0b47502850cf3bfd60d61ee56.zip |
doc: Clarify option --no-keyring.
--
GnuPG-bug-id: 4424
Signed-off-by: Werner Koch <[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 b6eda9dc2..22813c725 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -3230,7 +3230,8 @@ secret keyrings. @item --no-keyring @opindex no-keyring -Do not add use any keyrings even if specified as options. +Do not use any keyring at all. This overrides the default and all +options which specify keyrings. @item --skip-verify @opindex skip-verify |