Skip to content

Commit 3610273

Browse files
bors[bot]mirao
andauthored
Merge #126
126: Fixed a help message for proxied tool r=Emilgardis a=mirao Fixes #125 Co-authored-by: Jaromir Obr <[email protected]>
2 parents 83cc6c1 + 1b67914 commit 3610273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ fn args(tool: Tool, examples: Option<&str>) -> ArgMatches {
154154
"\
155155
The arguments specified *after* the `--` will be passed to the proxied tool invocation.
156156
157-
To see all the flags the proxied tool accepts run `cargo-{} -- -help`.{}",
157+
To see all the flags the proxied tool accepts run `cargo-{} -- --help`.{}",
158158
name,
159159
examples.unwrap_or("")
160160
);

0 commit comments

Comments
 (0)