summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/src/main.rs')
-rw-r--r--src/tools/clippy/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clippy/src/main.rs b/src/tools/clippy/src/main.rs
index 82147eba3..c5e9b96cf 100644
--- a/src/tools/clippy/src/main.rs
+++ b/src/tools/clippy/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: