From b804c909d3b986837b36eabc52583bfccb3534b0 Mon Sep 17 00:00:00 2001 From: Alvise Trevisan Date: Sun, 1 Nov 2020 17:06:02 +0200 Subject: [PATCH] cargo-build: fix --bin subcommand (#4921) --- pages/common/cargo-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/cargo-build.md b/pages/common/cargo-build.md index fb8c5c866e..b1f65a09c3 100644 --- a/pages/common/cargo-build.md +++ b/pages/common/cargo-build.md @@ -25,7 +25,7 @@ - Build only the specified binary: -`cargo --bin {{name}}` +`cargo build --bin {{name}}` - Build only the specified test target: