mirror of
https://github.com/curl/curl.git
synced 2026-04-15 12:21:45 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue