Skip to content

Commit

Permalink
[FAB-6657] peer channel join description update
Browse files Browse the repository at this point in the history
This CR updates the description for the `peer channel join` command
to refer to a channel instead of a chain.

Change-Id: I1d157b13430d32d13a9c941b6caa7893dc485042
Signed-off-by: Will Lahti <wtlahti@us.ibm.com>
  • Loading branch information
wlahti committed Oct 17, 2017
1 parent 2cb782b commit 7fb1733
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 7fb1733

Please sign in to comment.