Skip to content

Commit a602990

Browse files
committed
fix: align cargo --help text
1 parent 9fe58ac commit a602990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/cargo/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ pub fn cli() -> Command {
518518
let usage = if is_rustup {
519519
"cargo [+toolchain] [OPTIONS] [COMMAND]\n cargo [+toolchain] [OPTIONS] -Zscript <MANIFEST_RS> [ARGS]..."
520520
} else {
521-
"cargo [OPTIONS] [COMMAND]\n cargo [OPTIONS] -Zscript <MANIFEST> [ARGS]..."
521+
"cargo [OPTIONS] [COMMAND]\n cargo [OPTIONS] -Zscript <MANIFEST_RS> [ARGS]..."
522522
};
523523
Command::new("cargo")
524524
// Subcommands all count their args' display order independently (from 0),

0 commit comments

Comments
 (0)