1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04: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:
Nick Draffen 2017-02-14 22:20:51 +01:00 committed by Daniel Stenberg
parent 97c7591a57
commit 690935390c

View File

@ -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");
}