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.
2 parents 83cc6c1 + 1b67914 commit 3610273Copy full SHA for 3610273
src/lib.rs
@@ -154,7 +154,7 @@ fn args(tool: Tool, examples: Option<&str>) -> ArgMatches {
154
"\
155
The arguments specified *after* the `--` will be passed to the proxied tool invocation.
156
157
-To see all the flags the proxied tool accepts run `cargo-{} -- -help`.{}",
+To see all the flags the proxied tool accepts run `cargo-{} -- --help`.{}",
158
name,
159
examples.unwrap_or("")
160
);
0 commit comments