mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Fix accidental rename of --pid parameter to jobs
builtin
This commit is contained in:
parent
515fc509ec
commit
8bbecb66cf
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ int builtin_jobs(parser_t &parser, io_streams_t &streams, wchar_t **argv) {
|
|||
{L"group", no_argument, NULL, 'g'},
|
||||
{L"help", no_argument, NULL, 'h'},
|
||||
{L"last", no_argument, NULL, 'l'},
|
||||
{L"fish_pid", no_argument, NULL, 'p'},
|
||||
{L"pid", no_argument, NULL, 'p'},
|
||||
{L"quiet", no_argument, NULL, 'q'},
|
||||
{nullptr, 0, NULL, 0}};
|
||||
|
||||
|
|
Loading…
Reference in a new issue