mirror of
https://github.com/curl/curl.git
synced 2026-07-28 19:53:06 +03:00
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:
parent
ddaa85893d
commit
2511a41bf9
3 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue