From 4d901904d7f632f405aee90f540c364dcd03acf9 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 1 Jul 2024 15:47:03 +0200 Subject: [PATCH] gpgconf: Allow listing of some new options -- Also one old option. GnuPG-bug-id: 6882 (cherry picked from commit df977729ff3879fdeab7bce339b95ee3fd8ecc42) --- tools/gpgconf-comp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index 90f2f53d3..b7ddf3a01 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,