Skip to content

Commit 87b7415

Browse files
committed
trivial update on tidy bless note
1 parent 486bc27 commit 87b7415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/run_make_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pub fn check(tests_path: &Path, src_path: &Path, bless: bool, bad: &mut bool) {
9595
tidy_error!(
9696
bad,
9797
"Makefile `{}` no longer exists and should be removed from the exclusions in \
98-
`src/tools/tidy/src/allowed_run_make_makefiles.txt`, you can run --bless to update \
98+
`src/tools/tidy/src/allowed_run_make_makefiles.txt`, you can run `x test tidy --bless` to update \
9999
the allow list",
100100
p.display()
101101
);

0 commit comments

Comments
 (0)