File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/testsuite/cargo_install/help Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ( )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Options:
1717 --root <DIR> Directory to install packages into
1818 -f, --force Force overwriting existing crates or binaries
1919 --no-track Do not save tracking information
20- --list list all installed packages and their versions
20+ --list List all installed packages and their versions
2121 --ignore-rust-version Ignore `rust-version` specification in packages
2222 --message-format <FMT> Error format
2323 --debug Build in debug mode (with the 'dev' profile) instead of release mode
You can’t perform that action at this time.
0 commit comments