From 09393f605d57f670b7d3dfa4b50a2ed5aeb67c9e Mon Sep 17 00:00:00 2001 From: Stefan Obermeier Date: Fri, 6 May 2022 14:11:01 +0200 Subject: [PATCH] Update chaincode language parameter name Signed-off-by: Stefan Obermeier --- docs/source/test_network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/test_network.md b/docs/source/test_network.md index 7bd529cefcf..8c4483df753 100644 --- a/docs/source/test_network.md +++ b/docs/source/test_network.md @@ -261,7 +261,7 @@ The `deployCC` subcommand will install the **asset-transfer (basic)** chaincode the chaincode on the channel specified using the channel flag (or `mychannel` if no channel is specified). If you are deploying a chaincode for the first time, the script will install the chaincode dependencies. You can use the -language flag, `-l`, to install the Go, typescript or javascript versions of the chaincode. +language flag, `-ccl`, to install the Go, typescript or javascript versions of the chaincode. You can find the asset-transfer (basic) chaincode in the `asset-transfer-basic` folder of the `fabric-samples` directory. This folder contains sample chaincode that are provided as examples and used by tutorials to highlight Fabric features.