diff --git a/README.md b/README.md index aa8b4cf..ebcabb9 100644 --- a/README.md +++ b/README.md @@ -128,8 +128,9 @@ Commands: help Print this message or the help of the given subcommand(s) Options: - --offset Skip N records [default: 0] - --limit Limit to N records [default: unlimited] + --ids Filter records by Sonarr/Radarr ID (comma-separated) + --offset Skip N records (ignored if ids are specified) [default: skip none] [default: 0] + --limit Limit to N records (ignored if ids are specified) [default: unlimited] -h, --help Print help ``` @@ -152,8 +153,9 @@ Commands: help Print this message or the help of the given subcommand(s) Options: - --offset Skip N records [default: 0] - --limit Limit to N records [default: unlimited] + --ids Filter records by Sonarr/Radarr ID (comma-separated) + --offset Skip N records (ignored if ids are specified) [default: skip none] [default: 0] + --limit Limit to N records (ignored if ids are specified) [default: unlimited] -h, --help Print help ```