From b865734760c2f677d625a1d939071844048051e4 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Tue, 23 Feb 2021 22:11:32 +0100 Subject: 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 Signed-off-by: Junio C Hamano --- builtin/stash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin/stash.c') diff --git a/builtin/stash.c b/builtin/stash.c index 9bc85f91cd..60813d70d3 100644 --- a/builtin/stash.c +++ b/builtin/stash.c @@ -222,7 +222,7 @@ static int clear_stash(int argc, const char **argv, const char *prefix) PARSE_OPT_STOP_AT_NON_OPTION); if (argc) - return error(_("git stash clear with parameters is " + return error(_("git stash clear with arguments is " "unimplemented")); return do_clear_stash(); -- cgit v1.3