Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
 - add ids flag to movies and tv shows options
  • Loading branch information
mateoradman authored Jun 7, 2024
1 parent c2d00a4 commit 7ed69d8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,9 @@ Commands:
help Print this message or the help of the given subcommand(s)

Options:
--offset <OFFSET> Skip N records [default: 0]
--limit <LIMIT> Limit to N records [default: unlimited]
--ids <IDS> Filter records by Sonarr/Radarr ID (comma-separated)
--offset <OFFSET> Skip N records (ignored if ids are specified) [default: skip none] [default: 0]
--limit <LIMIT> Limit to N records (ignored if ids are specified) [default: unlimited]
-h, --help Print help
```
Expand All @@ -152,8 +153,9 @@ Commands:
help Print this message or the help of the given subcommand(s)

Options:
--offset <OFFSET> Skip N records [default: 0]
--limit <LIMIT> Limit to N records [default: unlimited]
--ids <IDS> Filter records by Sonarr/Radarr ID (comma-separated)
--offset <OFFSET> Skip N records (ignored if ids are specified) [default: skip none] [default: 0]
--limit <LIMIT> Limit to N records (ignored if ids are specified) [default: unlimited]
-h, --help Print help
```
Expand Down

0 comments on commit 7ed69d8

Please sign in to comment.