From: Daniel Stenberg Date: Mon, 15 Nov 2021 16:13:17 +0000 (+0100) Subject: docs/cmdline-opts: do not say "protocols: all" X-Git-Tag: curl-7_81_0~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2511a41bf987164a5f82c03ff0e8c1776da546a9;p=thirdparty%2Fcurl.git 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 --- diff --git a/docs/cmdline-opts/doh-cert-status.d b/docs/cmdline-opts/doh-cert-status.d index 0e382339c9..0846ccb770 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 f68bf8a6f4..9430bd4d09 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 b2fc89498f..c64cca289a 100644 --- a/docs/cmdline-opts/doh-url.d +++ b/docs/cmdline-opts/doh-url.d @@ -1,7 +1,6 @@ Long: doh-url Arg: Help: Resolve host names over DoH -Protocols: all Added: 7.62.0 Category: dns Example: --doh-url https://doh.example $URL