diff --git a/src/builtins/math.rs b/src/builtins/math.rs index 7a662f741..fc8802fa5 100644 --- a/src/builtins/math.rs +++ b/src/builtins/math.rs @@ -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 ));