mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 15:37:24 +00:00
Make commandline -P
actually work
`commandline --paging-mode` worked but the short flags list accidentally omitted the documented `-P`.
This commit is contained in:
parent
9419191aa6
commit
02a07164f3
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ static int builtin_commandline(parser_t &parser, wchar_t **argv)
|
|||
|
||||
int opt = wgetopt_long(argc,
|
||||
argv,
|
||||
L"abijpctwforhI:CLSs",
|
||||
L"abijpctwforhI:CLSsP",
|
||||
long_options,
|
||||
&opt_index);
|
||||
if (opt == -1)
|
||||
|
|
Loading…
Reference in a new issue