]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/cmdline-opts: do not say "protocols: all"
authorDaniel Stenberg <daniel@haxx.se>
Mon, 15 Nov 2021 16:13:17 +0000 (17:13 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 15 Nov 2021 22:11:55 +0000 (23:11 +0100)
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

docs/cmdline-opts/doh-cert-status.d
docs/cmdline-opts/doh-insecure.d
docs/cmdline-opts/doh-url.d

index 0e382339c93b4d8dca8786d4d8d767ea4bc0b769..0846ccb7707ca315ecc1e76a807d5fb46a9f640c 100644 (file)
@@ -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
index f68bf8a6f49a50e826e4747882d94d667b24a426..9430bd4d0944026563b00a1dee915031f3ba02b3 100644 (file)
@@ -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
index b2fc89498f1aa584fa3f8a0e6c825f904359c80d..c64cca289a80136f4074d2a3e4b6572b0e5bee97 100644 (file)
@@ -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