We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e722f6f + 88cb2bb commit 9ad3be3Copy full SHA for 9ad3be3
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