diff options
author | Werner Koch <[email protected]> | 2016-07-06 13:33:40 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-07-06 13:33:53 +0000 |
commit | 073be51a866cb5600479c504a44ae5ac94a449a2 (patch) | |
tree | bc1d403571c499055f92d288981075a6780bec18 /doc | |
parent | gpg: Document use of node flags in import.c and remove unused args. (diff) | |
download | gnupg-073be51a866cb5600479c504a44ae5ac94a449a2.tar.gz gnupg-073be51a866cb5600479c504a44ae5ac94a449a2.zip |
gpg: New option --no-keyring.
* g10/gpg.c (oNoKeyring): New.
(opts): Add "--no-keyring".
(main): Do not register any keyring if the option is used.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 7dff333d5..9a60890b1 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1371,6 +1371,10 @@ Note that this adds a keyring to the current list. If the intent is to use the specified keyring alone, use @option{--keyring} along with @option{--no-default-keyring}. +If the the option @option{--no-keyring} has been used no keyrings will +be used at all. + + @item --secret-keyring @code{file} @opindex secret-keyring This is an obsolete option and ignored. All secret keys are stored in @@ -3008,6 +3012,10 @@ and do not provide alternate keyrings via @option{--keyring} or @option{--secret-keyring}, then GnuPG will still use the default public or secret keyrings. +@item --no-keyring +@opindex no-keyring +Do not add use any keyrings even if specified as options. + @item --skip-verify @opindex skip-verify Skip the signature verification step. This may be |