about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lintcheck/src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lintcheck/src/config.rs b/lintcheck/src/config.rs
index b8824024e6c..e0244ddcecb 100644
--- a/lintcheck/src/config.rs
+++ b/lintcheck/src/config.rs
@@ -35,7 +35,7 @@ fn get_clap_config() -> ArgMatches {
                 .long("markdown")
                 .help("Change the reports table to use markdown links"),
             Arg::new("recursive")
-                .long("--recursive")
+                .long("recursive")
                 .help("Run clippy on the dependencies of crates specified in crates-toml")
                 .conflicts_with("threads")
                 .conflicts_with("fix"),