Skip to content

Commit

Permalink
curl: clarify that users can only specify one _METHOD_
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Aug 24, 2015
1 parent f214081 commit ce03435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tool_helpers.c
Expand Up @@ -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;
}

0 comments on commit ce03435

Please sign in to comment.