From 5a66dd38df5e4d252f88ad2ea23b6aa724b8c318 Mon Sep 17 00:00:00 2001 From: Nao Nishijima Date: Thu, 6 Jul 2017 10:21:41 -0700 Subject: [PATCH] [FAB-5196] byfn.sh help text is incorrect This patch set is for updating the doc page with the correct wording. Refer to FAB-5195, which was opened to fix the tool itself. Change-Id: Ia6831a305f1a0ca3582128243a37bf346b8803ca Signed-off-by: Nao Nishijima --- docs/source/build_network.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/build_network.rst b/docs/source/build_network.rst index 1eca2fec75a..7333b2a9000 100644 --- a/docs/source/build_network.rst +++ b/docs/source/build_network.rst @@ -55,8 +55,8 @@ Here's the help text for the ``byfn.sh`` script: byfn.sh -h|--help (print this message) -m - one of 'up', 'down', 'restart' or 'generate' - 'up' - bring up the network with docker-compose up - - 'down' - bring up the network with docker-compose up - - 'restart' - bring up the network with docker-compose up + - 'down' - clear the network with docker-compose down + - 'restart' - restart the network - 'generate' - generate required certificates and genesis block -c - config name to use (defaults to "mychannel") -t - CLI timeout duration in microseconds (defaults to 10000)