mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
builtins.rs: correct error message on unknown option
This commit is contained in:
@@ -128,7 +128,7 @@ pub fn builtin_unknown_option(
|
||||
opt: &wstr,
|
||||
print_hints: bool,
|
||||
) {
|
||||
ffi::builtin_missing_argument(
|
||||
ffi::builtin_unknown_option(
|
||||
parser.pin(),
|
||||
streams.ffi_pin(),
|
||||
c_str!(cmd),
|
||||
|
||||
Reference in New Issue
Block a user