diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2021-07-16 03:17:03 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-07-16 23:53:13 +0200 |
commit | de1004eb0f917b265f187c14d9abaaf7f13f8422 (patch) | |
tree | ca3b1c01677d40c7771ef06cefa9c5fbacb4d631 /src | |
parent | b463c10950e11f9275a6c007abcd06f5cf8532c6 (diff) | |
download | curl-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')
-rw-r--r-- | src/tool_cfgable.h | 2 | ||||
-rw-r--r-- | src/tool_help.c | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/tool_cfgable.h b/src/tool_cfgable.h index 0d04c8bac..b00aacb76 100644 --- a/src/tool_cfgable.h +++ b/src/tool_cfgable.h @@ -174,7 +174,7 @@ struct OperationConfig { bool use_httpget; bool insecure_ok; /* set TRUE to allow insecure SSL connects */ bool doh_insecure_ok; /* set TRUE to allow insecure SSL connects - for DOH */ + for DoH */ bool proxy_insecure_ok; /* set TRUE to allow insecure SSL connects for proxy */ bool terminal_binary_ok; 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>", |