help: refer to cargo check --help

This commit is contained in:
Samuel Tardieu 2023-03-05 23:07:41 +01:00
parent 783bc621a1
commit b6f0ebf71c
2 changed files with 2 additions and 2 deletions

View file

@ -176,7 +176,7 @@ Common options:
--rustc Pass all args to rustc
-V, --version Print version info and exit
Other options are the same as `cargo check`.
For the other options see `cargo check --help`.
To allow or deny a lint from the command line you can use `cargo clippy --`
with:

View file

@ -18,7 +18,7 @@ Common options:
-V, --version Print version info and exit
--explain LINT Print the documentation for a given lint
Other options are the same as `cargo check`.
For the other options see `cargo check --help`.
To allow or deny a lint from the command line you can use `cargo clippy --`
with: