Skip to content

Commit ae7c08c

Browse files
authored
fix list option description starting with uppercase
1 parent b2e1d3b commit ae7c08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/cargo/commands/install.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub fn cli() -> Command {
7272
.arg(flag("no-track", "Do not save tracking information"))
7373
.arg(flag(
7474
"list",
75-
"list all installed packages and their versions",
75+
"List all installed packages and their versions",
7676
))
7777
.arg_ignore_rust_version()
7878
.arg_message_format()

0 commit comments

Comments
 (0)