Skip to content

Commit fe928a4

Browse files
fix typo in Tail.Action flag usage
1 parent 4212e9f commit fe928a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/tail.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var TooManyErrorsError = errors.New("Too many errors")
1313

1414
type TailCommand struct {
1515
Tube string `short:"t" long:"tube" description:"tube to be tailed." required:"true"`
16-
Action string `short:"a" long:"action" description:"action to perform after reserver the job. (release, bury, delete)" default:"release"`
16+
Action string `short:"a" long:"action" description:"action to perform after reserving the job. (release, bury, delete)" default:"release"`
1717

1818
Command
1919
}

0 commit comments

Comments
 (0)