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
This commit is contained in:
Daniel Stenberg 2021-11-15 17:13:17 +01:00
parent ddaa85893d
commit 2511a41bf9
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 0 additions and 3 deletions

View 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

View 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

View 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