From fe7e9481b9fd4855bb638608f21c90d4f43b08dd Mon Sep 17 00:00:00 2001 From: 5pecia1 Date: Thu, 14 May 2020 03:53:13 +0900 Subject: [PATCH] Fix script help text in the test network document Signed-off-by: 5pecia1 (cherry picked from commit 93b8bd2965d10317993883379b01cfaaba8c172e) --- docs/source/test_network.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/test_network.md b/docs/source/test_network.md index 5370838de3e..74502d88529 100644 --- a/docs/source/test_network.md +++ b/docs/source/test_network.md @@ -54,9 +54,10 @@ Usage: -s - the database backend to use: goleveldb (default) or couchdb -r - CLI times out after certain number of attempts (defaults to 5) -d - delay duration in seconds (defaults to 3) - -l - the programming language of the chaincode to deploy: go (default), javascript, or java + -l - the programming language of the chaincode to deploy: go (default), java, javascript, typescript -v - chaincode version. Must be a round number, 1, 2, 3, etc -i - the tag to be used to launch the network (defaults to "latest") + -cai - the image tag to be used for CA (defaults to "1.4.6") -verbose - verbose mode network.sh -h (print this message)