From 0f34e3e58b8ac450da5fafed430e30d5936399fd Mon Sep 17 00:00:00 2001 From: salty Date: Sun, 2 May 2021 15:55:37 +0200 Subject: [PATCH] README: Renamed additional entries the actor flag. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3622ac8..0b4dc21 100644 --- a/README.md +++ b/README.md @@ -1506,13 +1506,13 @@ Choices are: `anticipated`, `trending`, `popular`, `watched`, `played`, `URL` (T - Add movies, with actor 'Keanu Reeves', limited to 10 items. ``` - traktarr movies -t person -a 'keanu reeves' -l 10 + traktarr movies -t person -p 'keanu reeves' -l 10 ``` - Add movies, with actor 'Tom Cruise', including movies where he has non-acting roles, limited to 10 items. ``` - traktarr movies -t person -a 'tom cruise' --include-non-acting-roles -l 10 + traktarr movies -t person -p 'tom cruise' --include-non-acting-roles -l 10 ``` ### Shows