Fix string match -en error typo

Fixes #4386.
This commit is contained in:
Fabian Homborg 2017-09-08 16:27:52 +02:00
parent 9347951158
commit 527e102746

View file

@ -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;
}