mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +00:00
parent
9347951158
commit
527e102746
1 changed files with 1 additions and 1 deletions
|
@ -900,7 +900,7 @@ static int string_match(parser_t &parser, io_streams_t &streams, int argc, wchar
|
|||
|
||||
if (opts.entire && opts.index) {
|
||||
streams.err.append_format(BUILTIN_ERR_COMBO2, cmd,
|
||||
_(L"--enter and --index are mutually exclusive"));
|
||||
_(L"--entire and --index are mutually exclusive"));
|
||||
return STATUS_INVALID_ARGS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue