mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-09 21:28:51 +01:00
gpgconf: Allow listing of some new options
-- Also one old option. GnuPG-bug-id: 6882
This commit is contained in:
parent
0c34edc443
commit
df977729ff
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user