From ce034356d2fc9ac94bca4959a4054169129bf5d8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 25 Aug 2015 00:04:03 +0200 Subject: curl: clarify that users can only specify one _METHOD_ --- src/tool_helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tool_helpers.c b/src/tool_helpers.c index b236c4ddf..08248c37c 100644 --- a/src/tool_helpers.c +++ b/src/tool_helpers.c @@ -75,7 +75,7 @@ int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store) return 0; } - warnf(config->global, "You can only select one HTTP request!\n"); + warnf(config->global, "You can only select one HTTP request method!\n"); return 1; } -- cgit v1.2.3