Skip to content

Commit 53fd815

Browse files
committed
Remove update help for config subcommand
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
1 parent b514b13 commit 53fd815

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bin/cargo/commands/config.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ use cargo::ops::cargo_config;
44
pub fn cli() -> Command {
55
subcommand("config")
66
.about("Inspect configuration values")
7-
.after_help("Run `cargo help config` for more detailed information.\n")
87
.subcommand_required(true)
98
.arg_required_else_help(true)
109
.subcommand(

0 commit comments

Comments
 (0)