Skip to content

Commit

Permalink
Update events.go
Browse files Browse the repository at this point in the history
Add "event" subcommand in example usage of verify-subscription
  • Loading branch information
Marenthyu authored May 3, 2021
1 parent 39c45d4 commit 569e72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var verifyCmd = &cobra.Command{
Args: cobra.MaximumNArgs(1),
ValidArgs: events.ValidTriggers(),
Run: verifyCmdRun,
Example: `twitch verify-subscription subscribe`,
Example: `twitch event verify-subscription subscribe`,
}

var retriggerCmd = &cobra.Command{
Expand Down

0 comments on commit 569e72e

Please sign in to comment.