summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-11-15 17:13:17 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-11-15 23:11:55 +0100
commit2511a41bf987164a5f82c03ff0e8c1776da546a9 (patch)
tree945af16abfcb9203b4c41b14489bbf630f6d8f8e
parentddaa85893d8ca62b96454de3a98ebb4e750fdc36 (diff)
downloadcurl-2511a41bf987164a5f82c03ff0e8c1776da546a9.tar.gz
docs/cmdline-opts: do not say "protocols: all"
Remove the lines saying "protocols: all". It makes the output in the manpage look funny, and the expectation is probably by default that if not anything is mentioned about protocols the option apply to them all. Closes #8021
-rw-r--r--docs/cmdline-opts/doh-cert-status.d1
-rw-r--r--docs/cmdline-opts/doh-insecure.d1
-rw-r--r--docs/cmdline-opts/doh-url.d1
3 files changed, 0 insertions, 3 deletions
diff --git a/docs/cmdline-opts/doh-cert-status.d b/docs/cmdline-opts/doh-cert-status.d
index 0e382339c..0846ccb77 100644
--- a/docs/cmdline-opts/doh-cert-status.d
+++ b/docs/cmdline-opts/doh-cert-status.d
@@ -1,6 +1,5 @@
Long: doh-cert-status
Help: Verify the status of the DoH server cert via OCSP-staple
-Protocols: all
Added: 7.76.0
Category: dns tls
Example: --doh-cert-status --doh-url https://doh.example $URL
diff --git a/docs/cmdline-opts/doh-insecure.d b/docs/cmdline-opts/doh-insecure.d
index f68bf8a6f..9430bd4d0 100644
--- a/docs/cmdline-opts/doh-insecure.d
+++ b/docs/cmdline-opts/doh-insecure.d
@@ -1,6 +1,5 @@
Long: doh-insecure
Help: Allow insecure DoH server connections
-Protocols: all
Added: 7.76.0
Category: dns tls
Example: --doh-insecure --doh-url https://doh.example $URL
diff --git a/docs/cmdline-opts/doh-url.d b/docs/cmdline-opts/doh-url.d
index b2fc89498..c64cca289 100644
--- a/docs/cmdline-opts/doh-url.d
+++ b/docs/cmdline-opts/doh-url.d
@@ -1,7 +1,6 @@
Long: doh-url
Arg: <URL>
Help: Resolve host names over DoH
-Protocols: all
Added: 7.62.0
Category: dns
Example: --doh-url https://doh.example $URL