We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b514b13 commit 53fd815Copy full SHA for 53fd815
src/bin/cargo/commands/config.rs
@@ -4,7 +4,6 @@ use cargo::ops::cargo_config;
4
pub fn cli() -> Command {
5
subcommand("config")
6
.about("Inspect configuration values")
7
- .after_help("Run `cargo help config` for more detailed information.\n")
8
.subcommand_required(true)
9
.arg_required_else_help(true)
10
.subcommand(
0 commit comments