summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/expect100-timeout.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/expect100-timeout.d')
-rw-r--r--docs/cmdline-opts/expect100-timeout.d3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cmdline-opts/expect100-timeout.d b/docs/cmdline-opts/expect100-timeout.d
index 93e3c633e..279b90b29 100644
--- a/docs/cmdline-opts/expect100-timeout.d
+++ b/docs/cmdline-opts/expect100-timeout.d
@@ -14,3 +14,6 @@ Maximum time in seconds that you allow curl to wait for a 100-continue
response when curl emits an Expects: 100-continue header in its request. By
default curl will wait one second. This option accepts decimal values! When
curl stops waiting, it will continue as if the response has been received.
+
+The decimal value needs to provided using a dot (.) as decimal separator - not
+the local version even if it might be using another separator.