Skip to content

Commit 80836cf

Browse files
committed
Fix the help string for the "--charset" option of the "cargo tree" subcommand.
1 parent 9880b40 commit 80836cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/cargo/commands/tree.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pub fn cli() -> Command {
7979
.alias("duplicate"),
8080
)
8181
.arg(
82-
opt("charset", "Character set to use in output: utf8, ascii")
82+
opt("charset", "Character set to use in output")
8383
.value_name("CHARSET")
8484
.value_parser(["utf8", "ascii"])
8585
.default_value("utf8"),

0 commit comments

Comments
 (0)