Skip to content

Commit

Permalink
updated help message for CFSSL
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Joshi <adityaprakashjoshi1@gmail.com>
  • Loading branch information
adityajoshi12 committed Apr 13, 2023
1 parent 23c0339 commit c8d9b04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-network/scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ function printHelp() {
println
println " Flags:"
println " -ca <use CAs> - Use Certificate Authorities to generate network crypto material"
println " -cfssl <use CFSSL> - Use CFSSL CA to generate network crypto material"
println " -c <channel name> - Name of channel to create (defaults to \"mychannel\")"
println " -s <dbtype> - Peer state database to deploy: goleveldb (default) or couchdb"
println " -r <max retry> - CLI times out after certain number of attempts (defaults to 5)"
Expand Down Expand Up @@ -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 CAs> - Use Certificate Authorities to generate network crypto material"
println " -cfssl <use CFSSL> - Use CFSSL CA to generate network crypto material"
println " -c <channel name> - Name of channel to create (defaults to \"mychannel\")"
println " -s <dbtype> - Peer state database to deploy: goleveldb (default) or couchdb"
println " -r <max retry> - CLI times out after certain number of attempts (defaults to 5)"
Expand Down

0 comments on commit c8d9b04

Please sign in to comment.