diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-03-22 15:23:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-03-22 15:23:00 +0000 |
commit | f1a8fd843f0aaba9a7feaddc0f1e5a8a888f0fd8 (patch) | |
tree | e320548fa194f6ed85b197f3a9605aea2522b794 /docs | |
parent | 8920606b8bdd79d96aa9c6677259e1f5d044d010 (diff) |
-z hasn't supported "yesterday" for quite some time...
Diffstat (limited to 'docs')
-rw-r--r-- | docs/MANUAL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/MANUAL b/docs/MANUAL index 5dcd2291f..dd063911d 100644 --- a/docs/MANUAL +++ b/docs/MANUAL @@ -699,9 +699,9 @@ TIME CONDITIONS curl -z -local.html http://remote.server.com/remote.html You can specify a "free text" date as condition. Tell curl to only download - the file if it was updated since yesterday: + the file if it was updated since January 12, 2012: - curl -z yesterday http://remote.server.com/remote.html + curl -z "Jan 12 2012" http://remote.server.com/remote.html Curl will then accept a wide range of date formats. You always make the date check the other way around by prepending it with a dash '-'. |