From bb65f73b5d3c58d104e638d061cd4ca9ae7a6715 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 24 Aug 2023 17:36:37 +0200 Subject: [PATCH] time-cond.d: mention what happens on a missing file Closes #11727 --- docs/cmdline-opts/time-cond.d | 3 +++ 1 file changed, 3 insertions(+) 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.