diff options
author | Werner Koch <wk@gnupg.org> | 2024-04-17 12:16:20 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2024-04-17 12:16:20 +0200 |
commit | 7d6ad2866722aaa27b33338d0fbb33c7b6b94808 (patch) | |
tree | 1f49ee3ffc3732fb7872f3a8bae6fd24422b4ba8 /doc | |
parent | gpg: New command --quick-set-ownertrust. (diff) | |
download | gnupg2-7d6ad2866722aaa27b33338d0fbb33c7b6b94808.tar.xz gnupg2-7d6ad2866722aaa27b33338d0fbb33c7b6b94808.zip |
gpg: Mark disabled keys and add show-ownertrust list option.
* g10/options.h (LIST_SHOW_OWNERTRUST): New.
* g10/keylist.c (print_key_line): Show wonertrust and always show
whether a key is disabled.
* g10/gpg.c (parse_list_options): Add "show-ownertrust".
* g10/gpgv.c (get_ownertrust_string): Add stub.
* g10/test-stubs.c (get_ownertrust_string): Add stub.
--
Note that in a --with-colons listing the ownertrust has always been
emitted and the disabled state is marked in that listing with a
special 'D' usage.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 2fe6a8448..10a1937f6 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1403,6 +1403,11 @@ give the opposite meaning. The options are: key (@code{E}=encryption, @code{S}=signing, @code{C}=certification, @code{A}=authentication). Defaults to yes. + @item show-ownertrust + @opindex list-options:show-ownertrust + Show the ownertrust value for keys also in the standard key + listing. Defaults to no. + @item show-policy-urls @opindex list-options:show-policy-urls Show policy URLs in the @option{--check-signatures} |