Skip to content

Commit ec893a1

Browse files
committed
Fix small nits on the help message
1 parent da943f5 commit ec893a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,16 +122,16 @@ Common options:
122122
123123
Other options are the same as `cargo rustc`.
124124
125-
To allow or deny a lint from the command line you can use `cargo clippy --` with
126-
one of:
125+
To allow or deny a lint from the command line you can use `cargo clippy --`
126+
with:
127127
128128
-W --warn OPT Set lint warnings
129129
-A --allow OPT Set lint allowed
130130
-D --deny OPT Set lint denied
131131
-F --forbid OPT Set lint forbidden
132132
133-
The feature `cargo-clippy` is automatically defined for convinence. You can use
134-
it to allow or deny lints, eg.:
133+
The feature `cargo-clippy` is automatically defined for convenience. You can use
134+
it to allow or deny lints from the code, eg.:
135135
136136
#[cfg_attr(feature = "cargo-clippy", allow(needless_lifetimes))]
137137
"#;

0 commit comments

Comments
 (0)