Skip to content

Commit 7b64d93

Browse files
lolbinarycatKobzol
andauthored
tidy: fix typo in warning
Co-authored-by: Jakub Beránek <berykubik@gmail.com>
1 parent 9cd9097 commit 7b64d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/ext_tool_checks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fn check_impl(
7575
.split(',')
7676
.map(|s| {
7777
if s == "spellcheck:fix" {
78-
eprintln!("warning: `spellcheck:fix` is no longer valid, use `--extra=check=spellcheck --bless`");
78+
eprintln!("warning: `spellcheck:fix` is no longer valid, use `--extra-checks=spellcheck --bless`");
7979
}
8080
(ExtraCheckArg::from_str(s), s)
8181
})

0 commit comments

Comments
 (0)