Skip to content

Commit

Permalink
fix typo in Tail.Action flag usage
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelespinoza committed Aug 30, 2020
1 parent 4212e9f commit fe928a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tail.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var TooManyErrorsError = errors.New("Too many errors")

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

Command
}
Expand Down

0 comments on commit fe928a4

Please sign in to comment.