Skip to content

Commit 7fb1733

Browse files
committed
[FAB-6657] peer channel join description update
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>
1 parent 2cb782b commit 7fb1733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peer/channel/join.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"golang.org/x/net/context"
3131
)
3232

33-
const commandDescription = "Joins the peer to a chain."
33+
const commandDescription = "Joins the peer to a channel."
3434

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

0 commit comments

Comments
 (0)