aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tool_getparam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_getparam.c b/src/tool_getparam.c
index 2777a0a2e..686b01d7e 100644
--- a/src/tool_getparam.c
+++ b/src/tool_getparam.c
@@ -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");
}