diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-09-08 20:21:52 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-09-08 20:21:52 +0000 |
commit | 836d88a4b894c138969cd17570f6d4ee2ab3614f (patch) | |
tree | 5623e59a5707e597dd9bc19686d3980574e3106e /docs | |
parent | d5268ed511311a178849bacc7f4227e05a425c86 (diff) |
--max-time should work just as good on win32 these days
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 9211e01d6..69d890a6e 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -593,8 +593,7 @@ this given limit. This concerns both FTP and HTTP transfers. .IP "-m/--max-time <seconds>" Maximum time in seconds that you allow the whole operation to take. This is useful for preventing your batch jobs from hanging for hours due to slow -networks or links going down. This doesn't work fully in win32 systems. See -also the \fI--connect-timeout\fP option. +networks or links going down. See also the \fI--connect-timeout\fP option. If this option is used several times, the last one will be used. .IP "-M/--manual" |