]> git.proxmox.com Git - cargo.git/commitdiff
Fix example in cargo manpage
authorWesley Wiser <wwiser@gmail.com>
Sun, 29 May 2016 23:18:59 +0000 (19:18 -0400)
committerWesley Wiser <wwiser@gmail.com>
Sun, 29 May 2016 23:18:59 +0000 (19:18 -0400)
Fixes #2731

src/etc/man/cargo.1

index b4b892a0495360a515a679d162f7b4c8c4994473..970b02262bfd6de42371a8e28de61270fffdee53 100644 (file)
@@ -154,7 +154,7 @@ Create a new project that builds an executable
 .IP
 .nf
 \f[C]
-$\ cargo\ new\ \-\-init\ foobar
+$\ cargo\ new\ \-\-bin\ foobar
 \f[]
 .fi
 .PP