Merge branch 'js/params-vs-args'

Messages update.

* js/params-vs-args:
  replace "parameters" by "arguments" in error messages
This commit is contained in:
Junio C Hamano
2021-02-25 16:43:32 -08:00
6 changed files with 18 additions and 18 deletions

View File

@ -1064,7 +1064,7 @@ enum bisect_error bisect_next_all(struct repository *r, const char *prefix)
if (!all) {
fprintf(stderr, _("No testable commit found.\n"
"Maybe you started with bad path parameters?\n"));
"Maybe you started with bad path arguments?\n"));
return BISECT_NO_TESTABLE_COMMIT;
}