Skip to content

Commit 9035958

Browse files
committed
Auto merge of #10457 - samueltardieu:issue-10436, r=Manishearth
help: refer to `cargo check --help` Fixes #10436 changelog: none
2 parents 783bc62 + b6f0ebf commit 9035958

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/driver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Common options:
176176
--rustc Pass all args to rustc
177177
-V, --version Print version info and exit
178178
179-
Other options are the same as `cargo check`.
179+
For the other options see `cargo check --help`.
180180
181181
To allow or deny a lint from the command line you can use `cargo clippy --`
182182
with:

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Common options:
1818
-V, --version Print version info and exit
1919
--explain LINT Print the documentation for a given lint
2020
21-
Other options are the same as `cargo check`.
21+
For the other options see `cargo check --help`.
2222
2323
To allow or deny a lint from the command line you can use `cargo clippy --`
2424
with:

0 commit comments

Comments
 (0)