lintcheck: fix clap panic

This commit is contained in:
Samuel Tardieu 2023-02-12 14:48:44 +01:00
parent 0f7558148c
commit aeaa1cc342

View file

@ -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"),