time-cond.d: mention what happens on a missing file

Closes #11727
This commit is contained in:
Daniel Stenberg 2023-08-24 17:36:37 +02:00
parent b02b907099
commit bb65f73b5d
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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.