mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
math: Fix copy-and-paste error in error message
This commit is contained in:
parent
1a7a7a5dcb
commit
1a18d06a57
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
));
|
||||
|
|
Loading…
Reference in a new issue