]> granicus.if.org Git - curl/commitdiff
-z hasn't supported "yesterday" for quite some time...
authorDaniel Stenberg <daniel@haxx.se>
Thu, 22 Mar 2007 15:23:00 +0000 (15:23 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 22 Mar 2007 15:23:00 +0000 (15:23 +0000)
docs/MANUAL

index 5dcd2291f3375fc8ee6b6231165c08965acfaf01..dd063911dc79b37bb89010f98e549849aead31f8 100644 (file)
@@ -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 '-'.