Tweak `--show-fixes` documentation (#4117)

This commit is contained in:
Charlie Marsh 2023-04-26 09:15:56 -06:00 committed by GitHub
parent ab65eaea7f
commit ee91598835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ pub struct Options {
default = "false", default = "false",
value_type = "bool", value_type = "bool",
example = r#" example = r#"
# By default, always enumerate fixed violations. # Enumerate all fixed violations.
show-fixes = true show-fixes = true
"# "#
)] )]