We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curl -m 0.5 is not working for me. Perhaps somebody could have the same issue.
curl -m 0.5
curl -m supports decimal numbers, but 0.5 is not recognized. Using 0.5 leads to the following error :
curl -m
0.5
curl: option -m: expected a proper numerical parameter
Use 0,5 instead or just the whole number 1 like me. Tested on curl versions 7.52.1 and 7.58.0
0,5
1
[related to pull #4 ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
curl -m 0.5
is not working for me. Perhaps somebody could have the same issue.curl -m
supports decimal numbers, but0.5
is not recognized.Using
0.5
leads to the following error :Use
0,5
instead or just the whole number1
like me.Tested on curl versions 7.52.1 and 7.58.0
[related to pull #4 ]
The text was updated successfully, but these errors were encountered: