From 7ed69d8921c7ee21c77d542049d6eb396ad58661 Mon Sep 17 00:00:00 2001 From: Mateo Radman <48420316+mateoradman@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:04:59 +0200 Subject: [PATCH] Update README.md - add ids flag to movies and tv shows options --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 ```