mirror of
https://github.com/curl/curl.git
synced 2026-08-26 03:03:36 +03:00
tool_operate: override the numeric locale and set "C" by force
Makes curl always use dot as decimal separator for options, independently of what the locale says. Makes scripts and command lines portable. Updated docs accordingly. Reported-by: Daniel Faust Fixes #9969 Closes #9972
This commit is contained in:
parent
cde8f28489
commit
975efec61b
4 changed files with 11 additions and 1 deletions
|
|
@ -20,3 +20,6 @@ timeout increases in decimal precision.
|
|||
If you enable retrying the transfer (--retry) then the maximum time counter is
|
||||
reset each time the transfer is retried. You can use --retry-max-time to limit
|
||||
the retry time.
|
||||
|
||||
The decimal value needs to provided using a dot (.) as decimal separator - not
|
||||
the local version even if it might be using another separator.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue