mirror of
https://github.com/curl/curl.git
synced 2026-06-02 05:24:15 +03:00
tool: shorten 3 --help descriptions
--happy-eyeballs-timeout-ms, --resolve and --ssl-revoke-best-effort gen.pl already warned about these lines but we didn't listen Closes #5379
This commit is contained in:
parent
32aade5c91
commit
cd35371163
4 changed files with 20 additions and 19 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Long: happy-eyeballs-timeout-ms
|
||||
Arg: <milliseconds>
|
||||
Help: How long to wait in milliseconds for IPv6 before trying IPv4
|
||||
Help: Time for IPv6 before trying IPv4
|
||||
Added: 7.59.0
|
||||
---
|
||||
Happy eyeballs is an algorithm that attempts to connect to both IPv4 and IPv6
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Long: resolve
|
||||
Arg: <host:port:address[,address]...>
|
||||
Arg: <host:port:addr[,addr]...>
|
||||
Help: Resolve the host+port to this address
|
||||
Added: 7.21.3
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Long: ssl-revoke-best-effort
|
||||
Help: Ignore missing/offline cert CRL distribution points (Schannel)
|
||||
Help: Ignore missing/offline cert CRL dist points
|
||||
Added: 7.70.0
|
||||
---
|
||||
(Schannel) This option tells curl to ignore certificate revocation checks when
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue