Skip to content

Commit 1b675b0

Browse files
committed
[FAB-9800] Remove bad space in option "-- cafile"
Since it refers to an option, there should be no space. Change-Id: I2e2a283d24f3c09eea0bee6776514fc9b1c10b53 Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
1 parent 9015790 commit 1b675b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/build_network.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ we don't have to explicitly pass this argument:
564564
565565
peer channel create -o orderer.example.com:7050 -c $CHANNEL_NAME -f ./channel-artifacts/channel.tx --tls --cafile /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/ordererOrganizations/example.com/orderers/orderer.example.com/msp/tlscacerts/tlsca.example.com-cert.pem
566566
567-
.. note:: Notice the ``-- cafile`` that we pass as part of this command. It is
567+
.. note:: Notice the ``--cafile`` that we pass as part of this command. It is
568568
the local path to the orderer's root cert, allowing us to verify the
569569
TLS handshake.
570570

0 commit comments

Comments
 (0)