mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 13:01:21 -03:00
Fix accidental rename of --pid parameter to jobs builtin
This commit is contained in:
@@ -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}};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user