projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f214081
)
curl: clarify that users can only specify one _METHOD_
author
Daniel Stenberg
<daniel@haxx.se>
Mon, 24 Aug 2015 22:04:03 +0000
(
00:04
+0200)
committer
Daniel Stenberg
<daniel@haxx.se>
Mon, 24 Aug 2015 22:04:03 +0000
(
00:04
+0200)
src/tool_helpers.c
patch
|
blob
|
history
diff --git
a/src/tool_helpers.c
b/src/tool_helpers.c
index b236c4ddf7d0b05d884c4157aee885d6dcf8cf34..08248c37cb38487b80c7e4950f7af132ae56e827 100644
(file)
--- 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;
}