mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 00:06:00 +08:00
Merge pull request #4909 from kballard/history_delete_err_msg
Tweak the error message for `history delete --exact foo`
This commit is contained in:
commit
e03db61dac
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user