Print tidy command with bless tidy check failure

This commit is contained in:
yukang 2023-08-05 12:44:20 +08:00
parent 90f0b24ad3
commit 88cb2bba15

View File

@ -23,7 +23,7 @@ fn check_alphabetic(filename: &str, fluent: &str, bad: &mut bool) {
tidy_error!(
bad,
"{filename}: message `{}` appears before `{}`, but is alphabetically later than it
run tidy with `--bless` to sort the file correctly",
run `./x.py test tidy --bless` to sort the file correctly",
name.as_str(),
next.as_str()
);