This commit is contained in:
sxyazi 2025-02-05 21:32:15 +08:00
parent 738627c014
commit de51f19ba8
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ pub fn init() -> anyhow::Result<()> {
{ {
eprintln!("Deprecated command: `arrow -99999999` and `arrow 99999999` have been deprecated, please use `arrow top` and `arrow bot` instead, in your `keymap.toml`. eprintln!("Deprecated command: `arrow -99999999` and `arrow 99999999` have been deprecated, please use `arrow top` and `arrow bot` instead, in your `keymap.toml`.
See #2262 for more details: https://github.com/sxyazi/yazi/pull/2262"); See #2294 for more details: https://github.com/sxyazi/yazi/pull/2294");
} }
} }

View file

@ -29,7 +29,7 @@ impl Tab {
"Deprecated command", "Deprecated command",
"`arrow -99999999` and `arrow 99999999` have been deprecated, please use `arrow top` and `arrow bot` instead. "`arrow -99999999` and `arrow 99999999` have been deprecated, please use `arrow top` and `arrow bot` instead.
See #2262 for more details: https://github.com/sxyazi/yazi/pull/2262", See #2294 for more details: https://github.com/sxyazi/yazi/pull/2294",
); );
} }
} }