mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
gpgconf: correct capitalization of "Tor"
* tools/gpgconf-comp.cb (gc_options_dirmngr): correct capitalization of Tor. -- https://www.torproject.org/docs/faq.html.en#WhyCalledTor says: > Note: even though it originally came from an acronym, Tor is not > spelled "TOR". Only the first letter is capitalized. In fact, we can > usually spot people who haven't read any of our website (and have > instead learned everything they know about Tor from news articles) by > the fact that they spell it wrong. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
parent
e57954ed27
commit
ea7d85ff65
@ -971,7 +971,7 @@ static gc_option_t gc_options_dirmngr[] =
|
|||||||
GC_OPT_FLAG_GROUP, GC_LEVEL_BASIC,
|
GC_OPT_FLAG_GROUP, GC_LEVEL_BASIC,
|
||||||
"gnupg", N_("Options controlling the use of Tor") },
|
"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_BASIC,
|
||||||
"dirmngr", "route all network traffic via TOR",
|
"dirmngr", "route all network traffic via Tor",
|
||||||
GC_ARG_TYPE_NONE, GC_BACKEND_DIRMNGR },
|
GC_ARG_TYPE_NONE, GC_BACKEND_DIRMNGR },
|
||||||
|
|
||||||
{ "Keyserver",
|
{ "Keyserver",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user