diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-08-25 00:04:03 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-08-25 00:04:03 +0200 |
commit | ce034356d2fc9ac94bca4959a4054169129bf5d8 (patch) | |
tree | 8a38698a96d07f3354b720c8f1710aa070993b0e /src/tool_helpers.c | |
parent | f21408132a1a58bb15f9e603b4875217b25d5de2 (diff) | |
download | curl-ce034356d2fc9ac94bca4959a4054169129bf5d8.tar.gz |
curl: clarify that users can only specify one _METHOD_
Diffstat (limited to 'src/tool_helpers.c')
-rw-r--r-- | src/tool_helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |