mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
codereview fix
Signed-off-by: duanmeng <duanmeng@cmss.chinamobile.com>
This commit is contained in:
parent
65c78a672e
commit
80210564dc
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ function printHelp() {
|
|||
echo " -l <language> - the programming language of the chaincode to deploy: go (default), java, javascript, typescript"
|
||||
echo " -v <version> - chaincode version. Must be a round number, 1, 2, 3, etc"
|
||||
echo " -i <imagetag> - the tag to be used to launch the network (defaults to \"latest\")"
|
||||
echo " -cai <CA_imagetag> - the image tag to be used for CA (defaults to \"latest\")"
|
||||
echo " -cai <ca_imagetag> - the image tag to be used for CA (defaults to \"${CA_IMAGETAG}\")"
|
||||
echo " -verbose - verbose mode"
|
||||
echo " network.sh -h (print this message)"
|
||||
echo
|
||||
|
|
|
|||
Loading…
Reference in a new issue