Fix accidental rename of --pid parameter to jobs builtin

This commit is contained in:
Mahmoud Al-Qudsi 2018-03-24 12:13:58 -05:00
parent 515fc509ec
commit 8bbecb66cf

View file

@ -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}};