We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8664ac3 + 2417e6c commit 493c725Copy full SHA for 493c725
cli/cmd/channel_create.go
@@ -9,7 +9,7 @@ func (r *runners) InitChannelCreate(parent *cobra.Command) {
9
cmd := &cobra.Command{
10
Use: "create",
11
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.
+ Long: `Create a new channel in your app and print the channel on success.
13
14
Example:
15
replicated channel create --name Beta --description 'New features subject to change'`,
0 commit comments