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 17:13:17 +0100
commit6848449433f2bbeb775870b91b9d9012d02d70b7 (patch)
treea0576b8a0543c07b81013039efc77c4424974286
parent3bf54f90f3875062c0aa984cb90ddd35565d01cd (diff)
downloadcurl-bagder/cmdline-docs-protocols.tar.gz
docs/cmdline-opts: don't say "protocols: all"bagder/cmdline-docs-protocols
Removed 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.
-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 a760a6fb1..0c64ed7c2 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 907a5dcd6..0b188ab58 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 80ff96ccc..93d67b8fc 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