diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-24 13:21:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-24 13:21:31 +0000 |
commit | 74551597b18f0ac57ce8ce8c526e743f3a0b793d (patch) | |
tree | dcfda0463af9615942c87c4ca75f366266adb79b /docs | |
parent | 37c269d0bacc3ac7d7c506998b4ddbf104c4f9d8 (diff) |
fixed a reference
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index ac026ec82..f5f9297fd 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -143,7 +143,7 @@ If this option is used several times, each occurrence will toggle it on/off. .IP "--connect-timeout <seconds>" Maximum time in seconds that you allow the connection to the server to take. This only limits the connection phase, once curl has connected this option is -of no more use. See also the \fI--max-time\fP option. +of no more use. See also the \fI-m/--max-time\fP option. If this option is used several times, the last one will be used. .IP "-c/--cookie-jar <file name>" |