aboutsummaryrefslogtreecommitdiff
path: root/src/tool_helpers.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-08-25 00:04:03 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-08-25 00:04:03 +0200
commitce034356d2fc9ac94bca4959a4054169129bf5d8 (patch)
tree8a38698a96d07f3354b720c8f1710aa070993b0e /src/tool_helpers.c
parentf21408132a1a58bb15f9e603b4875217b25d5de2 (diff)
curl: clarify that users can only specify one _METHOD_
Diffstat (limited to 'src/tool_helpers.c')
-rw-r--r--src/tool_helpers.c2
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;
}