We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f0b24 commit 88cb2bbCopy full SHA for 88cb2bb
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