Skip to content

Commit

Permalink
fix(options): verbage for --include options
Browse files Browse the repository at this point in the history
fix(options): verbage for --include options

Co-Authored-By: Michael Goodnow <[email protected]>
  • Loading branch information
zakkarry and mmgoodnow committed Sep 25, 2023
1 parent 80986c8 commit 187fdf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@ function createCommandWithSharedOptions(name, description) {
)
.option(
"-e, --include-episodes",
"Include all episode torrents in the search",
"Include all episode torrents in the search (including from season packs)",
fallback(fileConfig.includeEpisodes, false)
)
.option(
"--include-single-episodes",
"Include only single episodes torrents in the search",
"Include single episode torrents in the search",
fallback(fileConfig.includeSingleEpisodes, false)
)
.option(
Expand Down

0 comments on commit 187fdf2

Please sign in to comment.