Skip to content

Commit 99384c7

Browse files
committed
Fix example in cargo manpage
Fixes #2731
1 parent 212cca9 commit 99384c7

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)