diff options
author | Werner Koch <[email protected]> | 2024-07-01 13:47:03 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-07-01 13:47:37 +0000 |
commit | 4d901904d7f632f405aee90f540c364dcd03acf9 (patch) | |
tree | 9c345f8b3e65ce65db2bb67bd3ff8e8c092234dc | |
parent | sm: Emit user IDs in colon mode even if the Subject is empty. (diff) | |
download | gnupg-4d901904d7f632f405aee90f540c364dcd03acf9.tar.gz gnupg-4d901904d7f632f405aee90f540c364dcd03acf9.zip |
gpgconf: Allow listing of some new options
--
Also one old option.
GnuPG-bug-id: 6882
(cherry picked from commit df977729ff3879fdeab7bce339b95ee3fd8ecc42)
-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 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, |