diff options
author | Werner Koch <[email protected]> | 2024-07-01 13:47:03 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-07-01 13:47:03 +0000 |
commit | df977729ff3879fdeab7bce339b95ee3fd8ecc42 (patch) | |
tree | 5c8dfe7fe4f72fad7d8339cf317d014f76a4befe | |
parent | gpg: Make --with-sig-check with -with --show-key in non-colon mode. (diff) | |
download | gnupg-df977729ff3879fdeab7bce339b95ee3fd8ecc42.tar.gz gnupg-df977729ff3879fdeab7bce339b95ee3fd8ecc42.zip |
gpgconf: Allow listing of some new options
--
Also one old option.
GnuPG-bug-id: 6882
-rw-r--r-- | tools/gpgconf-comp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index adfadf7d7..23121b46f 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -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, |