curl: clarify that users can only specify one _METHOD_
This commit is contained in:
@@ -75,7 +75,7 @@ int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store)
|
|||||||
return 0;
|
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;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user