diff --git a/test-network/network.sh b/test-network/network.sh index 6fe55118..95ac5147 100755 --- a/test-network/network.sh +++ b/test-network/network.sh @@ -40,7 +40,7 @@ function printHelp() { echo " -verbose - verbose mode" echo " Used with "$'\e[0;32m'network.sh deployCC$'\e[0m' echo " -c - deploy chaincode to channel" - echo " -ccn - the short name of the chaincode to deploy: basic (default),ledger, private, secured" + echo " -ccn - the short name of the chaincode to deploy: basic (default),ledger, private, sbe, secured" echo " -ccl - the programming language of the chaincode to deploy: go (default), java, javascript, typescript" echo " -ccv - chaincode version. 1.0 (default)" echo " -ccs - chaincode definition sequence. Must be an integer, 1 (default), 2, 3, etc" diff --git a/test-network/scripts/deployCC.sh b/test-network/scripts/deployCC.sh index dea32f12..8f674f8a 100755 --- a/test-network/scripts/deployCC.sh +++ b/test-network/scripts/deployCC.sh @@ -54,7 +54,7 @@ if [ "$CC_SRC_PATH" = "NA" ]; then CC_SRC_PATH="../asset-transfer-sbe" else echo The chaincode name ${CC_NAME} is not supported by this script - echo Supported chaincode names are: basic, secured, and private + echo Supported chaincode names are: basic, ledger, private, sbe, secured exit 1 fi