Skip to content

Commit

Permalink
Fix script help text in the test network document
Browse files Browse the repository at this point in the history
Signed-off-by: 5pecia1 <pdpxpd@gmail.com>
(cherry picked from commit 93b8bd2)
  • Loading branch information
5pecia1 authored and mergify[bot] committed May 20, 2020
1 parent dff43d2 commit fe7e948
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/test_network.md
Expand Up @@ -54,9 +54,10 @@ Usage:
-s <dbtype> - the database backend to use: goleveldb (default) or couchdb
-r <max retry> - CLI times out after certain number of attempts (defaults to 5)
-d <delay> - delay duration in seconds (defaults to 3)
-l <language> - the programming language of the chaincode to deploy: go (default), javascript, or java
-l <language> - the programming language of the chaincode to deploy: go (default), java, javascript, typescript
-v <version> - chaincode version. Must be a round number, 1, 2, 3, etc
-i <imagetag> - the tag to be used to launch the network (defaults to "latest")
-cai <ca_imagetag> - the image tag to be used for CA (defaults to "1.4.6")
-verbose - verbose mode
network.sh -h (print this message)
Expand Down

0 comments on commit fe7e948

Please sign in to comment.