Skip to content

Commit

Permalink
Merge "[FAB-2537] Fix configtxgen doc"
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaskins authored and Gerrit Code Review committed Apr 24, 2017
2 parents 935f608 + 9891330 commit 0e0deac
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 <profile_name>
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 0e0deac

Please sign in to comment.