mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
curl: clarify that users can only specify one _METHOD_
This commit is contained in:
parent
f21408132a
commit
ce034356d2
@ -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…
Reference in New Issue
Block a user