diff options
author | Werner Koch <[email protected]> | 2019-03-25 13:47:31 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-03-25 13:47:42 +0000 |
commit | 2fc9a517516f5dc00811d96e6b04f8116d8eac28 (patch) | |
tree | 3c75b64f9b8d9a9f7f669dc2027bdbb85624b39d | |
parent | sm, w32: Translate logger and status fd to handles (diff) | |
download | gnupg-2fc9a517516f5dc00811d96e6b04f8116d8eac28.tar.gz gnupg-2fc9a517516f5dc00811d96e6b04f8116d8eac28.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 123abed4c..d3b7be598 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -3289,7 +3289,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 |