diff --git a/README.md b/README.md index b4bbbee76bc418439f5f520a889953ed378b6913..e543c77153a8cd60bd834a1892d03540846dc83e 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ thl-cmk.hopto.org|"https://thl-cmk.hopto.org"|-o /dev/null --user-agent "your us | cURL option | Bakery Option | Comment | |-----| ------ | ------ | | --url | URLs to check -> URL to check | | -| -o | Strings to expect in response | | +| -o | Strings to expect in response | By default `-o /dev/null` or `-o NUL`. If expect strings configured as `-o /var/tmp/curl_output` or `c:/windows/temp/curl_output` | | -w | | Hardcoded in the scripts to `-w %{json}` | | --insecure | Don't verify certificates | | | --location | Follow redirects | | @@ -170,6 +170,8 @@ thl-cmk.hopto.org|"https://thl-cmk.hopto.org"|-o /dev/null --user-agent "your us | --connect-timeout | Connect timeout | | | --user-agent | User agent | | | --referer | Referer | | +| --dump-header | Strings to expect in header | Configured as `--dump-header /var/tmp/curl_header` or `c:/windows/temp/curl_header` | +| --verbose --stderr | Get TLS/SSL session data | Configured as `--dump-header /var/tmp/curl_tls_info` or `c:/windows/temp/curl_tls_info` | </details>