diff options
author | Damien Goutte-Gattat <[email protected]> | 2015-10-28 07:09:49 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-10-28 11:11:12 +0000 |
commit | e095a3fcf2ccc6cc4e258111dc395558069a1164 (patch) | |
tree | 62fe82681f37eb8742ddcc4bdc511da555636fcf | |
parent | dirmngr: Fix NULL-deref while loading a CRL. (diff) | |
download | gnupg-e095a3fcf2ccc6cc4e258111dc395558069a1164.tar.gz gnupg-e095a3fcf2ccc6cc4e258111dc395558069a1164.zip |
doc: Document some changed default options.
* doc/gpg.texi: Update the description of some options which are
now enabled by default.
Signed-off-by: Damien Goutte-Gattat <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | doc/gpg.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index ffd7a976e..6e6291744 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1099,7 +1099,7 @@ give the opposite meaning. The options are: @item show-uid-validity @opindex list-options:show-uid-validity Display the calculated validity of user IDs during key listings. - Defaults to no. + Defaults to yes. @item show-unusable-uids @opindex list-options:show-unusable-uids @@ -1144,7 +1144,7 @@ the opposite meaning. The options are: @item show-policy-urls @opindex verify-options:show-policy-urls - Show policy URLs in the signature being verified. Defaults to no. + Show policy URLs in the signature being verified. Defaults to yes. @item show-notations @itemx show-std-notations @@ -1158,12 +1158,12 @@ the opposite meaning. The options are: @item show-keyserver-urls @opindex verify-options:show-keyserver-urls Show any preferred keyserver URL in the signature being verified. - Defaults to no. + Defaults to yes. @item show-uid-validity @opindex verify-options:show-uid-validity Display the calculated validity of the user IDs on the key that issued - the signature. Defaults to no. + the signature. Defaults to yes. @item show-unusable-uids @opindex verify-options:show-unusable-uids |