diff --git a/cmd/shogo/commands/alert/create.go b/cmd/shogo/commands/alert/create.go index 8ee9cf3..2b2d878 100644 --- a/cmd/shogo/commands/alert/create.go +++ b/cmd/shogo/commands/alert/create.go @@ -9,9 +9,10 @@ import ( // Create command var createCmd = &cobra.Command{ - Use: "create", - Short: "Create an alert", - Args: cobra.MinimumNArgs(2), + Use: "create", + Short: "Create an alert", + Example: "create ", + Args: cobra.MinimumNArgs(2), Run: func(_ *cobra.Command, args []string) { utils.CheckColor() alert.Create(args[0], args[1])