mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
Add missing newline after bind -k foo
error message
This commit is contained in:
parent
f22864b813
commit
f6da9d4d5d
1 changed files with 1 additions and 1 deletions
|
@ -702,7 +702,7 @@ static int builtin_bind(parser_t &parser, wchar_t **argv)
|
|||
case 1:
|
||||
{
|
||||
res = STATUS_BUILTIN_ERROR;
|
||||
append_format(stderr_buffer, _(L"%ls: Expected zero or at least two parameters, got %d"), argv[0], argc-woptind);
|
||||
append_format(stderr_buffer, _(L"%ls: Expected zero or at least two parameters, got %d\n"), argv[0], argc-woptind);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue