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

@ -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();