From 2511a41bf987164a5f82c03ff0e8c1776da546a9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 15 Nov 2021 17:13:17 +0100 Subject: [PATCH] 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 --- docs/cmdline-opts/doh-cert-status.d | 1 - docs/cmdline-opts/doh-insecure.d | 1 - docs/cmdline-opts/doh-url.d | 1 - 3 files changed, 3 deletions(-) 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 -- 2.47.3