diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-05-12 09:13:43 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-05-13 16:37:22 +0200 |
commit | cd3537116342d43e78c8648ca744ad97ebca075f (patch) | |
tree | 07a618fc19f478a68746c6e345eb128cf643a5ff /docs | |
parent | 32aade5c91d56bc01cd7aa20c4e63bc71c132363 (diff) | |
download | curl-cd3537116342d43e78c8648ca744ad97ebca075f.tar.gz |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cmdline-opts/happy-eyeballs-timeout-ms.d | 2 | ||||
-rw-r--r-- | docs/cmdline-opts/resolve.d | 2 | ||||
-rw-r--r-- | docs/cmdline-opts/ssl-revoke-best-effort.d | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/cmdline-opts/happy-eyeballs-timeout-ms.d b/docs/cmdline-opts/happy-eyeballs-timeout-ms.d index ec9a8c228..611a8f1d8 100644 --- a/docs/cmdline-opts/happy-eyeballs-timeout-ms.d +++ b/docs/cmdline-opts/happy-eyeballs-timeout-ms.d @@ -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 diff --git a/docs/cmdline-opts/resolve.d b/docs/cmdline-opts/resolve.d index 9c37525bd..c1692f0f8 100644 --- a/docs/cmdline-opts/resolve.d +++ b/docs/cmdline-opts/resolve.d @@ -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 --- diff --git a/docs/cmdline-opts/ssl-revoke-best-effort.d b/docs/cmdline-opts/ssl-revoke-best-effort.d index 9b55699db..e339b8af0 100644 --- a/docs/cmdline-opts/ssl-revoke-best-effort.d +++ b/docs/cmdline-opts/ssl-revoke-best-effort.d @@ -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 |