Skip to content

Commit

Permalink
Merge pull request #61 from Marenthyu/patch-2
Browse files Browse the repository at this point in the history
Fix Typo
  • Loading branch information
lleadbet authored May 3, 2021
2 parents 80f8da3 + 569e72e commit b779fcf
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-subscribe subscribe`,
Example: `twitch event verify-subscription subscribe`,
}

var retriggerCmd = &cobra.Command{
Expand Down

0 comments on commit b779fcf

Please sign in to comment.