Add sbe to help text

Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>
This commit is contained in:
NIKHIL E GUPTA 2020-08-10 08:24:29 -04:00 committed by denyeart
parent 1d6d557570
commit 026217db9a
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ function printHelp() {
echo " -verbose - verbose mode"
echo " Used with "$'\e[0;32m'network.sh deployCC$'\e[0m'
echo " -c <channel name> - deploy chaincode to channel"
echo " -ccn <name> - the short name of the chaincode to deploy: basic (default),ledger, private, secured"
echo " -ccn <name> - the short name of the chaincode to deploy: basic (default),ledger, private, sbe, secured"
echo " -ccl <language> - the programming language of the chaincode to deploy: go (default), java, javascript, typescript"
echo " -ccv <version> - chaincode version. 1.0 (default)"
echo " -ccs <sequence> - chaincode definition sequence. Must be an integer, 1 (default), 2, 3, etc"

View file

@ -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