Skip to content

Commit

Permalink
Auto merge of rust-lang#10457 - samueltardieu:issue-10436, r=Manishearth
Browse files Browse the repository at this point in the history
help: refer to `cargo check --help`

Fixes rust-lang#10436

changelog: none
  • Loading branch information
bors committed Mar 5, 2023
2 parents 783bc62 + b6f0ebf commit 9035958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9035958

Please sign in to comment.