Skip to content

Commit

Permalink
[FAB-5196] byfn.sh help text is incorrect
Browse files Browse the repository at this point in the history
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 <nao.nishijima@hal.hitachi.com>
  • Loading branch information
Nao Nishijima committed Jul 6, 2017
1 parent 9b14b3f commit 5a66dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/build_network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ Here's the help text for the ``byfn.sh`` script:
byfn.sh -h|--help (print this message)
-m <mode> - 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 <channel name> - config name to use (defaults to "mychannel")
-t <timeout> - CLI timeout duration in microseconds (defaults to 10000)
Expand Down

0 comments on commit 5a66dd3

Please sign in to comment.