From 87b741549cff667ef59d92a36938f5d55d932bf6 Mon Sep 17 00:00:00 2001 From: yukang Date: Thu, 4 Jul 2024 10:07:22 +0000 Subject: [PATCH] trivial update on tidy bless note --- src/tools/tidy/src/run_make_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/tidy/src/run_make_tests.rs b/src/tools/tidy/src/run_make_tests.rs index 2d9f8448a35bf..8d1767878378c 100644 --- a/src/tools/tidy/src/run_make_tests.rs +++ b/src/tools/tidy/src/run_make_tests.rs @@ -95,7 +95,7 @@ pub fn check(tests_path: &Path, src_path: &Path, bless: bool, bad: &mut bool) { tidy_error!( bad, "Makefile `{}` no longer exists and should be removed from the exclusions in \ - `src/tools/tidy/src/allowed_run_make_makefiles.txt`, you can run --bless to update \ + `src/tools/tidy/src/allowed_run_make_makefiles.txt`, you can run `x test tidy --bless` to update \ the allow list", p.display() );