mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 14:43:55 +08:00
parent
9382dc32df
commit
4d588a24e9
|
@ -339,7 +339,7 @@ static int builtin_complete(parser_t &parser, wchar_t **argv)
|
|||
|
||||
int opt = wgetopt_long(argc,
|
||||
argv,
|
||||
L"a:c:p:s:l:o:d:frxeuAn:C::h",
|
||||
L"a:c:p:s:l:o:d:frxeuAn:C::w:h",
|
||||
long_options,
|
||||
&opt_index);
|
||||
if (opt == -1)
|
||||
|
|
Loading…
Reference in New Issue
Block a user