diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-09-05 13:26:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-09-05 13:26:54 +0000 |
commit | 1d7075e339a71e64e94d3a106a736f1d9a8c813b (patch) | |
tree | cdd6215441ef5a2f424c41336fad4b7abe9a7a73 /docs | |
parent | 610ec27d933843a0d5f954383f599aa33002e0e5 (diff) |
added -R description
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 67011df53..6905e5e3b 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -2,7 +2,7 @@ .\" nroff -man curl.1 .\" Written by Daniel Stenberg .\" -.TH curl 1 "29 Aug 2001" "Curl 7.9" "Curl Manual" +.TH curl 1 "5 Sep 2001" "Curl 7.9" "Curl Manual" .SH NAME curl \- get a URL with FTP, TELNET, LDAP, GOPHER, DICT, FILE, HTTP or HTTPS syntax. @@ -453,6 +453,12 @@ FTP range downloads only support the simple syntax 'start-stop' (optionally with one of the numbers omitted). It depends on the non-RFC command SIZE. If this option is used several times, the last one will be used. +.IP "-R/--remote-time" +When used, this will make libcurl attempt to figure out the timestamp of the +remote file, and if that is available make the local file get that same +timestamp. + +If this option is used twice, the second time disables this again. .IP "-s/--silent" Silent mode. Don't show progress meter or error messages. Makes Curl mute. |