aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf-comp.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-10-05 09:31:31 +0000
committerWerner Koch <[email protected]>2015-10-05 09:31:31 +0000
commit438730323a5d9bbf8dd5cd60d479b6c03f8721d0 (patch)
treeac9e8fc48b649e92b62ab515ae771a81d3afa820 /tools/gpgconf-comp.c
parentpo: Update the German translation. (diff)
downloadgnupg-438730323a5d9bbf8dd5cd60d479b6c03f8721d0.tar.gz
gnupg-438730323a5d9bbf8dd5cd60d479b6c03f8721d0.zip
dirmngr: Make clear that --use-tor is not yet ready for use.
* dirmngr/dirmngr.c (main): Print a warning if --use-tor has been given. * tools/gpgconf-comp.c (gc_options_dirmngr): Make --use-tor invisible.
Diffstat (limited to '')
-rw-r--r--tools/gpgconf-comp.c2
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 },