Skip to content

Commit

Permalink
Improve help
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-hudelmaier committed Sep 8, 2022
1 parent dd81d6e commit 440d420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/create-channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

const createChannelDesc = `
Create check
Create or update a notification channel
`

func newCreateChannelCmd() *cobra.Command {
Expand All @@ -16,7 +16,7 @@ func newCreateChannelCmd() *cobra.Command {

var cmdCreateChannel = &cobra.Command{
Use: "create CHANNEL",
Short: "create a notification channel",
Short: "create/update a notification channel",
Long: createChannelDesc,
Hidden: false,
Args: cobra.ExactArgs(1),
Expand Down

0 comments on commit 440d420

Please sign in to comment.