Skip to content

Commit

Permalink
removed(option): removed redundant option
Browse files Browse the repository at this point in the history
This option is redundant and can be accomplished by utilizing --no-include-episodes.
  • Loading branch information
zakkarry authored and mmgoodnow committed Sep 25, 2023
1 parent 9bc2c43 commit 210d633
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cmd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ function createCommandWithSharedOptions(name, description) {
"Don't include torrents which contain non-videos"
)
.option("--no-include-episodes", "Don't include episode torrents")
.option("--no-include-single-episodes", "Don't include episodes from a season pack")
.requiredOption(
"--fuzzy-size-threshold <decimal>",
"The size difference allowed to be considered a match.",
Expand Down

0 comments on commit 210d633

Please sign in to comment.