Skip to content

Commit

Permalink
recovery missing.pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
tnextday committed Sep 24, 2022
1 parent 9d08df9 commit d7e7a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/missing.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var missingCmd = &cobra.Command{

func init() {
rootCmd.AddCommand(missingCmd)
missingCmd.Flags().StringSliceP("pattern", "p",
missingCmd.Flags().StringSliceP("missing.pattern", "p",
[]string{
`(?i).*s(?P<season>\d+)e(?P<episode>\d+).*`,
`(?i).*(?P<season>\d+)x(?P<episode>\d+).*`,
Expand Down

0 comments on commit d7e7a68

Please sign in to comment.