about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2023-03-10 10:53:50 +0100
committerPhilipp Krones <hello@philkrones.com>2023-03-10 10:53:50 +0100
commitcf8a67d9ad81547895ec986f8bcb17e912037c38 (patch)
treeedc3b5da6b9b1cd68b680506a91ee7f59897a66a /src
parenteceedd9c8b2d42695cf45d1c94e85819feba64bc (diff)
downloadrust-cf8a67d9ad81547895ec986f8bcb17e912037c38.tar.gz
rust-cf8a67d9ad81547895ec986f8bcb17e912037c38.zip
Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyup
Diffstat (limited to 'src')
-rw-r--r--src/driver.rs2
-rw-r--r--src/main.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/driver.rs b/src/driver.rs
index dd183362f27..f08393c303e 100644
--- a/src/driver.rs
+++ b/src/driver.rs
@@ -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:
diff --git a/src/main.rs b/src/main.rs
index 82147eba33f..c5e9b96cf3f 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -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: