1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-19 14:41:41 +02:00

gpgconf: Allow listing of some new options

--

Also one old option.

GnuPG-bug-id: 6882
This commit is contained in:
Werner Koch 2024-07-01 15:47:03 +02:00
parent 0c34edc443
commit df977729ff
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -413,6 +413,9 @@ static known_option_t known_options_gpg[] =
GC_ARG_TYPE_ALIAS_LIST},
{ "compliance", GC_OPT_FLAG_NONE, GC_LEVEL_EXPERT },
{ "default-new-key-algo", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE },
{ "default-new-key-adsk", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE },
{ "add-desig-revoker", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE },
{ "trusted-key", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE },
{ "trust-model", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE },
{ "debug-level", GC_OPT_FLAG_ARG_OPT, GC_LEVEL_ADVANCED },
{ "log-file", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,