diff --git a/first-network/byfn.sh b/first-network/byfn.sh index 64eabb5a51..7c60f37bd7 100755 --- a/first-network/byfn.sh +++ b/first-network/byfn.sh @@ -33,8 +33,8 @@ function printHelp () { echo " byfn.sh -h|--help (print this message)" echo " -m - one of 'up', 'down', 'restart' or 'generate'" echo " - 'up' - bring up the network with docker-compose up" - echo " - 'down' - bring up the network with docker-compose up" - echo " - 'restart' - bring up the network with docker-compose up" + echo " - 'down' - clear the network with docker-compose down" + echo " - 'restart' - restart the network" echo " - 'generate' - generate required certificates and genesis block" echo " -c - channel name to use (defaults to \"mychannel\")" echo " -t - CLI timeout duration in microseconds (defaults to 10000)"