mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Add sbe to help text
Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>
This commit is contained in:
parent
1d6d557570
commit
026217db9a
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue