From 80210564dccdc5d70a731a5a91feffe3b68b2134 Mon Sep 17 00:00:00 2001 From: duanmeng Date: Fri, 8 May 2020 09:31:50 +0800 Subject: [PATCH] codereview fix Signed-off-by: duanmeng --- test-network/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-network/network.sh b/test-network/network.sh index 3b2f941f..9a16eeaf 100755 --- a/test-network/network.sh +++ b/test-network/network.sh @@ -37,7 +37,7 @@ function printHelp() { echo " -l - the programming language of the chaincode to deploy: go (default), java, javascript, typescript" echo " -v - chaincode version. Must be a round number, 1, 2, 3, etc" echo " -i - the tag to be used to launch the network (defaults to \"latest\")" - echo " -cai - the image tag to be used for CA (defaults to \"latest\")" + echo " -cai - the image tag to be used for CA (defaults to \"${CA_IMAGETAG}\")" echo " -verbose - verbose mode" echo " network.sh -h (print this message)" echo