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 {
72
72
. arg ( flag ( "no-track" , "Do not save tracking information" ) )
73
73
. arg ( flag (
74
74
"list" ,
75
- "list all installed packages and their versions" ,
75
+ "List all installed packages and their versions" ,
76
76
) )
77
77
. arg_ignore_rust_version ( )
78
78
. arg_message_format ( )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Options:
17
17
--root <DIR> Directory to install packages into
18
18
-f, --force Force overwriting existing crates or binaries
19
19
--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
21
21
--ignore-rust-version Ignore `rust-version` specification in packages
22
22
--message-format <FMT> Error format
23
23
--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