mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 21:21:15 -03:00
math: Fix copy-and-paste error in error message
This commit is contained in:
@@ -68,7 +68,7 @@ fn parse_cmd_opts(
|
||||
let scale = fish_wcstoi(optarg).unwrap_or(-1);
|
||||
if scale < 0 || scale > 15 {
|
||||
streams.err.append(wgettext_fmt!(
|
||||
"%ls: %ls: invalid base value\n",
|
||||
"%ls: %ls: invalid scale\n",
|
||||
cmd,
|
||||
optarg
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user