mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 00:01:15 -03:00
Tweak the error message for history delete --exact foo
The old message made it sound like the `--exact` flag wasn't supported.
This commit is contained in:
@@ -264,7 +264,7 @@ int builtin_history(parser_t &parser, io_streams_t &streams, wchar_t **argv) {
|
||||
}
|
||||
if (!opts.case_sensitive) {
|
||||
streams.err.append_format(
|
||||
_(L"builtin history delete only supports --case-sensitive\n"));
|
||||
_(L"builtin history delete --exact requires --case-sensitive\n"));
|
||||
status = STATUS_INVALID_ARGS;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user