From 88f8d88ef0d654392177322aa353fe199650f073 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Mon, 21 Mar 2022 18:25:12 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2ed727c..080084c 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ checkmk.com|curl_item_3|nocase_nomultiline| | --cacert | Configure certificate verification -> Certificate to verify against | | --cert-status | Configure certificate verification -> Use OCSP to check certificate status | | --compressed | Request compressed response | -| --connect-timeout | Maximum time to connect | +| --connect-timeout | Set connection limits -> Maximum time to connect | | --data-binary | Send HTTP POST data | | --digest | Configure user authentication -> Authentication method -> Digest authentication | | --disable-eprt | Set FTP options -> Passive/Actrive mode FTP active mode -> Don't send EPRT command | @@ -165,12 +165,12 @@ checkmk.com|curl_item_3|nocase_nomultiline| | --insecure | Configure certificate verification -> Don't verify certificates | | --ipv4 | Set DNS options -> Resolve names -> IPv4 only | | --ipv6 | Set DNS options -> Resolve names -> IPv6 only | -| --limit-rate | Maximum UP-/Download rate | +| --limit-rate | Set connection limits -> Maximum UP-/Download rate | | --location | Configure redirects -> Follow redirects | | --location-trusted | Configure redirects -> Use authentication on redirects | -| --max-filesize | Maximum file size | +| --max-filesize | Set connection limits -> Maximum file size | | --max-redirs | Configure redirects -> Max. redirects | -| --max-time | Maximum transfer time | +| --max-time | Set connection limits -> Maximum transfer time | | --negotiate | Configure user authentication -> Authentication method -> HTTP Negotiate (SPNEGO) authentication | | --no-alpn | Advanced settings -> Disable Application Layer Protocol Negotiation (ALPN) | | --no-npn | Advanced settings -> Disable Next Protocol Negotiation (NPN) | @@ -190,8 +190,8 @@ checkmk.com|curl_item_3|nocase_nomultiline| | --socks5 | Configure proxy server -> Use Proxy -> SOCKS5 | | --socks5-basic | Configure proxy server -> Use Proxy -> Proxy authentication -> Authentication method -> SOCKS5 basic authentication | | --socks5-hostname | Configure proxy server -> Use Proxy -> SOCKS5 hostname | -| --speed-limit | Minimum speed | -| --speed-time | Minimum speed time | +| --speed-limit | Set connection limits -> Minimum speed | +| --speed-time | Set connection limits -> Minimum speed time | | --ssl | Use TLS/SSL version -> Try SSL/TLS | | --ssl-no-revoke | Configure certificate verification -> Disable cert revocation checks (WinSSL | | --ssl-reqd | Use TLS/SSL version -> Require SSL/TLS | -- GitLab