diff options
Diffstat (limited to 'tools/gpgconf-comp.c')
-rw-r--r-- | tools/gpgconf-comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index cf53ebc61..464b89b78 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -911,7 +911,7 @@ static gc_option_t gc_options_dirmngr[] = { "TOR", GC_OPT_FLAG_GROUP, GC_LEVEL_BASIC, "gnupg", N_("Options controlling the use of TOR") }, - { "use-tor", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC, + { "use-tor", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE, "dirmngr", "route all network traffic via TOR", GC_ARG_TYPE_NONE, GC_BACKEND_DIRMNGR }, |