Skip to content

Commit

Permalink
Merge "[FAB-6657] peer channel join description update"
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristidis authored and Gerrit Code Review committed Oct 31, 2017
2 parents 4fb3abd + 7fb1733 commit 2c57c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peer/channel/join.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"golang.org/x/net/context"
)

const commandDescription = "Joins the peer to a chain."
const commandDescription = "Joins the peer to a channel."

func joinCmd(cf *ChannelCmdFactory) *cobra.Command {
// Set the flags on the channel start command.
Expand Down

0 comments on commit 2c57c64

Please sign in to comment.