Skip to content

Commit b6f0ebf

Browse files
committed
help: refer to cargo check --help
1 parent 783bc62 commit b6f0ebf

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)