Skip to content

Commit 1f67d45

Browse files
committed
Auto merge of #2752 - wesleywiser:patch-1, r=alexcrichton
Fix example in cargo manpage Fixes #2731
2 parents 212cca9 + 99384c7 commit 1f67d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/man/cargo.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Create a new project that builds an executable
154154
.IP
155155
.nf
156156
\f[C]
157-
$\ cargo\ new\ \-\-init\ foobar
157+
$\ cargo\ new\ \-\-bin\ foobar
158158
\f[]
159159
.fi
160160
.PP

0 commit comments

Comments
 (0)