curl: clarify that users can only specify one _METHOD_

This commit is contained in:
Daniel Stenberg
2015-08-25 00:04:03 +02:00
parent f21408132a
commit ce034356d2

View File

@@ -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;
} }