We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d142b4 + 88cb2bb commit bc261b3Copy full SHA for bc261b3
src/tools/tidy/src/fluent_alphabetical.rs
@@ -23,7 +23,7 @@ fn check_alphabetic(filename: &str, fluent: &str, bad: &mut bool) {
23
tidy_error!(
24
bad,
25
"{filename}: message `{}` appears before `{}`, but is alphabetically later than it
26
-run tidy with `--bless` to sort the file correctly",
+run `./x.py test tidy --bless` to sort the file correctly",
27
name.as_str(),
28
next.as_str()
29
);
0 commit comments