From a3e08ee5352f373005d4c0fb36760c07253bb031 Mon Sep 17 00:00:00 2001
From: Tshepang Lekhonkhobe <tshepang@gmail.com>
Date: Wed, 30 Jun 2021 16:34:34 +0200
Subject: [PATCH] this option is default since early 2018 (#3042)

WASI was only added in Rust about a year from then
---
 docs/WASI-tutorial.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/WASI-tutorial.md b/docs/WASI-tutorial.md
index 8a01ce5f19b8..a5b4ef1b651a 100644
--- a/docs/WASI-tutorial.md
+++ b/docs/WASI-tutorial.md
@@ -106,7 +106,7 @@ The same effect can be achieved with Rust. Firstly, go ahead and create a new
 binary crate:
 
 ```
-$ cargo new --bin demo
+$ cargo new demo
 ```
 
 You can also clone the Rust code with the crate preset for you from