diff --git a/test-network/scripts/utils.sh b/test-network/scripts/utils.sh index 6075e9142a..445e39a9cb 100755 --- a/test-network/scripts/utils.sh +++ b/test-network/scripts/utils.sh @@ -15,6 +15,7 @@ function printHelp() { println println " Flags:" println " -ca - Use Certificate Authorities to generate network crypto material" + println " -cfssl - Use CFSSL CA to generate network crypto material" println " -c - Name of channel to create (defaults to \"mychannel\")" println " -s - Peer state database to deploy: goleveldb (default) or couchdb" println " -r - CLI times out after certain number of attempts (defaults to 5)" @@ -105,6 +106,7 @@ function printHelp() { println " Flags:" println " Used with \033[0;32mnetwork.sh up\033[0m, \033[0;32mnetwork.sh createChannel\033[0m:" println " -ca - Use Certificate Authorities to generate network crypto material" + println " -cfssl - Use CFSSL CA to generate network crypto material" println " -c - Name of channel to create (defaults to \"mychannel\")" println " -s - Peer state database to deploy: goleveldb (default) or couchdb" println " -r - CLI times out after certain number of attempts (defaults to 5)"