Skip to content

Commit 569e72e

Browse files
authored
Update events.go
Add "event" subcommand in example usage of verify-subscription
1 parent 39c45d4 commit 569e72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/events.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ var verifyCmd = &cobra.Command{
5858
Args: cobra.MaximumNArgs(1),
5959
ValidArgs: events.ValidTriggers(),
6060
Run: verifyCmdRun,
61-
Example: `twitch verify-subscription subscribe`,
61+
Example: `twitch event verify-subscription subscribe`,
6262
}
6363

6464
var retriggerCmd = &cobra.Command{

0 commit comments

Comments
 (0)