We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo --help
1 parent 9fe58ac commit a602990Copy full SHA for a602990
src/bin/cargo/cli.rs
@@ -518,7 +518,7 @@ pub fn cli() -> Command {
518
let usage = if is_rustup {
519
"cargo [+toolchain] [OPTIONS] [COMMAND]\n cargo [+toolchain] [OPTIONS] -Zscript <MANIFEST_RS> [ARGS]..."
520
} else {
521
- "cargo [OPTIONS] [COMMAND]\n cargo [OPTIONS] -Zscript <MANIFEST> [ARGS]..."
+ "cargo [OPTIONS] [COMMAND]\n cargo [OPTIONS] -Zscript <MANIFEST_RS> [ARGS]..."
522
};
523
Command::new("cargo")
524
// Subcommands all count their args' display order independently (from 0),
0 commit comments