diff options
author | Dave Reisner <d@falconindy.com> | 2011-01-29 22:41:07 -0500 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2011-01-31 14:49:51 +0100 |
commit | b89122a2bf1663f16d0977977c83320470c6d438 (patch) | |
tree | 71cfdb23bd21304f2d0cc7ecd3c1ff49dfe314e9 /docs/curl.1 | |
parent | 99dcb11ed8bd78d3af47c6ce3cc6b1fa4c51fdf8 (diff) | |
download | curl-b89122a2bf1663f16d0977977c83320470c6d438.tar.gz |
file: add support for CURLOPT_TIMECONDITION
Diffstat (limited to 'docs/curl.1')
-rw-r--r-- | docs/curl.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index ba7f6108c..093fae597 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1552,9 +1552,9 @@ not set. If this option is used several times, the last one will be used. .IP "-z/--time-cond <date expression>" -(HTTP/FTP) Request a file that has been modified later than the given time and -date, or one that has been modified before that time. The date expression can -be all sorts of date strings or if it doesn't match any internal ones, it +(HTTP/FTP/FILE) Request a file that has been modified later than the given time +and date, or one that has been modified before that time. The date expression +can be all sorts of date strings or if it doesn't match any internal ones, it tries to get the time from a given file name instead! See the \fIcurl_getdate(3)\fP man pages for date expression details. |