Skip to content

Commit 5a66dd3

Browse files
author
Nao Nishijima
committed
[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 <[email protected]>
1 parent 9b14b3f commit 5a66dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/build_network.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Here's the help text for the ``byfn.sh`` script:
5555
byfn.sh -h|--help (print this message)
5656
-m <mode> - one of 'up', 'down', 'restart' or 'generate'
5757
- 'up' - bring up the network with docker-compose up
58-
- 'down' - bring up the network with docker-compose up
59-
- 'restart' - bring up the network with docker-compose up
58+
- 'down' - clear the network with docker-compose down
59+
- 'restart' - restart the network
6060
- 'generate' - generate required certificates and genesis block
6161
-c <channel name> - config name to use (defaults to "mychannel")
6262
-t <timeout> - CLI timeout duration in microseconds (defaults to 10000)

0 commit comments

Comments
 (0)