summaryrefslogtreecommitdiff
path: root/src/tool_help.c
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2021-07-16 03:17:03 -0400
committerDaniel Stenberg <daniel@haxx.se>2021-07-16 23:53:13 +0200
commitde1004eb0f917b265f187c14d9abaaf7f13f8422 (patch)
treeca3b1c01677d40c7771ef06cefa9c5fbacb4d631 /src/tool_help.c
parentb463c10950e11f9275a6c007abcd06f5cf8532c6 (diff)
downloadcurl-de1004eb0f917b265f187c14d9abaaf7f13f8422.tar.gz
cleanup: spell DoH with a lowercase o
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Closes #7413
Diffstat (limited to 'src/tool_help.c')
-rw-r--r--src/tool_help.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index 35a80e80f..b5e37aa9a 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -245,13 +245,13 @@ static const struct helptxt helptext[] = {
"DNS server addrs to use",
CURLHELP_DNS},
{" --doh-cert-status",
- "Verify the status of the DOH server cert via OCSP-staple",
+ "Verify the status of the DoH server cert via OCSP-staple",
CURLHELP_DNS | CURLHELP_TLS},
{" --doh-insecure",
- "Allow insecure DOH server connections",
+ "Allow insecure DoH server connections",
CURLHELP_DNS | CURLHELP_TLS},
{" --doh-url <URL>",
- "Resolve host names over DOH",
+ "Resolve host names over DoH",
CURLHELP_DNS},
{"-D, --dump-header <filename>",
"Write the received headers to <filename>",