Make commandline -P actually work

`commandline --paging-mode` worked but the short flags list accidentally
omitted the documented `-P`.
This commit is contained in:
Kevin Ballard 2014-08-22 09:29:37 -07:00 committed by ridiculousfish
parent 9419191aa6
commit 02a07164f3

View file

@ -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)