mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05:00
curl: fix typo in time condition warning message
The warning message had a typo. The argument long form is --time-cond not --timecond Closes #1263
This commit is contained in:
parent
97c7591a57
commit
690935390c
@ -1987,7 +1987,7 @@ ParameterError getparameter(char *flag, /* f or -long-flag */
|
||||
/* failed, remove time condition */
|
||||
config->timecond = CURL_TIMECOND_NONE;
|
||||
warnf(global,
|
||||
"Illegal date format for -z, --timecond (and not "
|
||||
"Illegal date format for -z, --time-cond (and not "
|
||||
"a file name). Disabling time condition. "
|
||||
"See curl_getdate(3) for valid date syntax.\n");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user