mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpgconf: Allow listing of some new options
--
Also one old option.
GnuPG-bug-id: 6882
(cherry picked from commit df977729ff
)
This commit is contained in:
parent
dcee2db36b
commit
f1e1cb0767
1 changed files with 3 additions and 0 deletions
|
@ -398,6 +398,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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue