Skip to content

Commit

Permalink
[FAB-2537] Fix configtxgen doc
Browse files Browse the repository at this point in the history
Change-Id: I21102374b9ae3835a62571b191d123abb3b45f1f
Signed-off-by: Kostas Christidis <kostas@christidis.io>
  • Loading branch information
kchristidis committed Apr 21, 2017
1 parent 441b308 commit 9891330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/configtxgen.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ After creating a configuration profile as desired, simply invoke

::

configtxgen -profile &lt;profile_name&gt;
configtxgen -profile <profile_name>

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

::

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

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

0 comments on commit 9891330

Please sign in to comment.