Skip to content

Commit

Permalink
refactor(sonarr): --allow-special flag help change
Browse files Browse the repository at this point in the history
  • Loading branch information
l3uddz committed Sep 4, 2021
1 parent 6a78c7f commit 7528d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/missarr/sonarr.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type SonarrCmd struct {
Limit int `default:"10" help:"How many items to search for before stopping"`
LastSearched time.Duration `default:"672h" help:"How long before an item can be searched again"`
LastAirDate time.Duration `default:"72h" help:"How long before an item can be considered missing based on air date"`
AllowSpecial bool `default:"false" help:"Dont consider specials as missing"`
AllowSpecial bool `default:"false" help:"Allow specials to be considered missing"`
SkipRefresh bool `default:"false" help:"Retrieve current missing from sonarr"`
}

Expand Down

0 comments on commit 7528d3b

Please sign in to comment.