Skip to content

Commit

Permalink
[FAB-10290] channel name lowercase
Browse files Browse the repository at this point in the history
Ran scripts/generateHelpDocs.sh
to pull in changes from FAB-10071

Change-Id: I89c3eb929352432d95754cf3c1d84a03f92d8307
Signed-off-by: pama-ibm <[email protected]>
  • Loading branch information
pamandrejko authored and mastersingh24 committed May 23, 2018
1 parent cee7e9b commit e9c51c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/commands/peerchannel.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Usage:
peer channel create [flags]
Flags:
-c, --channelID string In case of a newChain command, the channel ID to create.
-c, --channelID string In case of a newChain command, the channel ID to create. It must be all lower case, less than 250 characters long and match the regular expression: [a-z][a-z0-9.-]*
-f, --file string Configuration transaction file generated by a tool such as configtxgen for submitting to orderer
-h, --help help for create
--outputBlock string The path to write the genesis block for the channel. (default ./<channelID>.block)
Expand All @@ -83,7 +83,7 @@ Usage:
peer channel fetch <newest|oldest|config|(number)> [outputfile] [flags]
Flags:
-c, --channelID string In case of a newChain command, the channel ID to create.
-c, --channelID string In case of a newChain command, the channel ID to create. It must be all lower case, less than 250 characters long and match the regular expression: [a-z][a-z0-9.-]*
-h, --help help for fetch
Global Flags:
Expand All @@ -106,7 +106,7 @@ Usage:
peer channel getinfo [flags]
Flags:
-c, --channelID string In case of a newChain command, the channel ID to create.
-c, --channelID string In case of a newChain command, the channel ID to create. It must be all lower case, less than 250 characters long and match the regular expression: [a-z][a-z0-9.-]*
-h, --help help for getinfo
Global Flags:
Expand Down Expand Up @@ -197,7 +197,7 @@ Usage:
peer channel update [flags]
Flags:
-c, --channelID string In case of a newChain command, the channel ID to create.
-c, --channelID string In case of a newChain command, the channel ID to create. It must be all lower case, less than 250 characters long and match the regular expression: [a-z][a-z0-9.-]*
-f, --file string Configuration transaction file generated by a tool such as configtxgen for submitting to orderer
-h, --help help for update
Expand Down

0 comments on commit e9c51c1

Please sign in to comment.