Skip to content

Commit 9891330

Browse files
committed
[FAB-2537] Fix configtxgen doc
Change-Id: I21102374b9ae3835a62571b191d123abb3b45f1f Signed-off-by: Kostas Christidis <[email protected]>
1 parent 441b308 commit 9891330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/configtxgen.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ After creating a configuration profile as desired, simply invoke
5858

5959
::
6060

61-
configtxgen -profile &lt;profile_name&gt;
61+
configtxgen -profile <profile_name>
6262

6363
This will produce a ``genesis.block`` file in the current directory. You
6464
may optionally specify another filename by passing in the ``-path``
@@ -77,7 +77,7 @@ The tool can also output a channel creation tx by executing
7777

7878
::
7979

80-
configtxgen -profile <profile_name> -outputCreateChannelTx <output.txname>
80+
configtxgen -profile <profile_name> -channelID <channel_name> -outputCreateChannelTx <tx_filename>
8181

8282
This will output a marshaled ``Envelope`` message which may be sent to
8383
broadcast to create a channel.

0 commit comments

Comments
 (0)