Skip to content

Commit

Permalink
correctly set meta flag for incident list (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
afirth authored and ranjib committed Sep 5, 2016
1 parent a1989ee commit c0888c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/incident_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (c *IncidentList) Run(args []string) int {
var timeZone string
var sortBy string
var includes []string
flags := c.Meta.FlagSet("service list")
flags := c.Meta.FlagSet("incident list")
flags.Usage = func() { fmt.Println(c.Help()) }
flags.Var((*ArrayFlags)(&includes), "include", "Additional details to include (can be specified multiple times)")
flags.Var((*ArrayFlags)(&teamIDs), "team-id", "Only show for team ID (can be specified multiple times)")
Expand Down

0 comments on commit c0888c6

Please sign in to comment.