replace "parameters" by "arguments" in error messages

When an error message informs the user about an incorrect command
invocation, it should refer to "arguments", not "parameters".

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Johannes Sixt
2021-02-23 22:11:32 +01:00
committed by Junio C Hamano
parent 59ec22464f
commit b865734760
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;
}