mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Align fg
and bg
commands: With no parameters fg
prints the help.
`bg` on the other hand only prints `no job`. Now both print `no job`.
This commit is contained in:
parent
701a37fd00
commit
09bac97bb4
1 changed files with 0 additions and 1 deletions
|
@ -3502,7 +3502,6 @@ static int builtin_fg(parser_t &parser, wchar_t **argv)
|
|||
append_format(stderr_buffer,
|
||||
_(L"%ls: There are no suitable jobs\n"),
|
||||
argv[0]);
|
||||
builtin_print_help(parser, argv[0], stderr_buffer);
|
||||
}
|
||||
}
|
||||
else if (argv[2] != 0)
|
||||
|
|
Loading…
Reference in a new issue