mirror of
https://github.com/curl/curl.git
synced 2026-05-02 21:37:52 +03:00
curl: clarify that users can only specify one _METHOD_
This commit is contained in:
parent
f21408132a
commit
ce034356d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue