mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 02:45:53 +08:00
parent
bcdc6bb46b
commit
c5b7cc070e
@ -899,7 +899,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…
x
Reference in New Issue
Block a user