From: Daniel Stenberg Date: Mon, 24 Aug 2015 22:04:03 +0000 (+0200) Subject: curl: clarify that users can only specify one _METHOD_ X-Git-Tag: curl-7_45_0~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce034356d2fc9ac94bca4959a4054169129bf5d8;p=thirdparty%2Fcurl.git curl: clarify that users can only specify one _METHOD_ --- diff --git a/src/tool_helpers.c b/src/tool_helpers.c index b236c4ddf7..08248c37cb 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; }