Skip to content

Commit

Permalink
[FAB-10922]Remove "-m" from byfn.sh in tutorials
Browse files Browse the repository at this point in the history
Some new documents added for v1.2 have unnecessary "-m" mode flag
to explain the usage of byfn.sh. This CR removes them.

Change-Id: I42e8c9cfcec24d5bc871cd03e7fb58f85cd6f179
Signed-off-by: Yuki Kondo <yuki.kondo@hal.hitachi.com>
  • Loading branch information
yuki-kon committed Jun 28, 2018
1 parent 87c3399 commit 91567fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/couchdb_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ Start the network
.. code:: bash
cd fabric-samples/first-network
./byfn.sh -m down
./byfn.sh down
Now start up the BYFN network with CouchDB by running the following command:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/private_data_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ data.
.. code:: bash
cd fabric-samples/first-network
./byfn.sh -m down
./byfn.sh down
Start up the BYFN network with CouchDB by running the following command:
Expand Down

0 comments on commit 91567fe

Please sign in to comment.