Skip to content

Commit

Permalink
Remove update help for config subcommand
Browse files Browse the repository at this point in the history
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
  • Loading branch information
Rustin170506 committed Dec 19, 2022
1 parent 2762b7c commit 06865b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin/cargo/commands/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use cargo::ops::cargo_config;
pub fn cli() -> Command {
subcommand("config")
.about("Inspect configuration values")
.after_help("Run `cargo help config` for more detailed information.\n")
.subcommand_required(true)
.arg_required_else_help(true)
.subcommand(
Expand Down

0 comments on commit 06865b5

Please sign in to comment.