Skip to content

Commit

Permalink
fix list option description starting with uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
bestgopher authored Jan 25, 2024
1 parent b2e1d3b commit ae7c08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/cargo/commands/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pub fn cli() -> Command {
.arg(flag("no-track", "Do not save tracking information"))
.arg(flag(
"list",
"list all installed packages and their versions",
"List all installed packages and their versions",
))
.arg_ignore_rust_version()
.arg_message_format()
Expand Down

0 comments on commit ae7c08c

Please sign in to comment.