mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: Add list-option "show-usage".
* g10/gpg.c (parse_list_options): Add "show-usage". * g10/options.h (LIST_SHOW_USAGE): New. * g10/keyid.c (usagestr_from_pk): Add arg FILL. Change caller. * g10/keylist.c (list_keyblock_print): Print usage info.
This commit is contained in:
parent
cb127024b9
commit
7d0492075e
7 changed files with 22 additions and 4 deletions
|
@ -1096,6 +1096,13 @@ give the opposite meaning. The options are:
|
|||
see @option{--attribute-fd} for the appropriate way to get photo data
|
||||
for scripts and other frontends.
|
||||
|
||||
@item show-usage
|
||||
@opindex list-options:show-usage
|
||||
Show usage information for keys and subkeys in the standard key
|
||||
listing. This is a list of letters indicating the allowed usage for a
|
||||
key (@code{E}=encryption, @code{S}=signing, @code{C}=certification,
|
||||
@code{A}=authentication). Defaults to no.
|
||||
|
||||
@item show-policy-urls
|
||||
@opindex list-options:show-policy-urls
|
||||
Show policy URLs in the @option{--list-sigs} or @option{--check-sigs}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue