From: Daniel Stenberg Date: Thu, 24 Aug 2023 15:36:37 +0000 (+0200) Subject: time-cond.d: mention what happens on a missing file X-Git-Tag: curl-8_3_0~113 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb65f73b5d3c58d104e638d061cd4ca9ae7a6715;p=thirdparty%2Fcurl.git time-cond.d: mention what happens on a missing file Closes #11727 --- diff --git a/docs/cmdline-opts/time-cond.d b/docs/cmdline-opts/time-cond.d index aea4b3b25b..c21ed2853b 100644 --- a/docs/cmdline-opts/time-cond.d +++ b/docs/cmdline-opts/time-cond.d @@ -22,3 +22,6 @@ instead. See the *curl_getdate(3)* man pages for date expression details. Start the date expression with a dash (-) to make it request for a document that is older than the given date/time, default is a document that is newer than the specified date/time. + +If provided a non-existing file, curl outputs a warning about that fact and +proceeds to do the transfer without a time condition.