Skip to content

Commit 493c725

Browse files
authored
Merge pull request #184 from replicatedhq/laverya/reconcile-channel-create-help-text
fix 'channel create' help text to reflect that only the created channel is printed
2 parents 8664ac3 + 2417e6c commit 493c725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cmd/channel_create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ func (r *runners) InitChannelCreate(parent *cobra.Command) {
99
cmd := &cobra.Command{
1010
Use: "create",
1111
Short: "Create a new channel in your app",
12-
Long: `Create a new channel in your app and print the full set of channels in the app on success.
12+
Long: `Create a new channel in your app and print the channel on success.
1313
1414
Example:
1515
replicated channel create --name Beta --description 'New features subject to change'`,

0 commit comments

Comments
 (0)