From 9cabbeb5ad5e94bf5f6becbb67078ee38a56bdce Mon Sep 17 00:00:00 2001 From: salty Date: Sun, 2 May 2021 15:09:16 +0200 Subject: [PATCH] Update README.md Fixed entries still referring to -a / --actor since it was renamed in https://github.com/l3uddz/traktarr/commit/d3b043dd4006d77170b7b553fdbc441f24fee0f3 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 464f5ac..3622ac8 100644 --- a/README.md +++ b/README.md @@ -1233,7 +1233,7 @@ Options: `-t`, `--list-type` - Trakt list to process. -Choices are: `anticipated`, `trending`, `popular`, `boxoffice`, `watched`, `played`, `URL` (Trakt list), or `person` (used with `-a`/`--actor` argument). +Choices are: `anticipated`, `trending`, `popular`, `boxoffice`, `watched`, `played`, `URL` (Trakt list), or `person` (used with `-p`/`--person` argument). - Top Watched List options: @@ -1378,7 +1378,7 @@ Options: `-t`, `--list-type` - Trakt list to process. -Choices are: `anticipated`, `trending`, `popular`, `watched`, `played`, `URL` (Trakt list), or `person` (used with `-a`/`--actor` argument). +Choices are: `anticipated`, `trending`, `popular`, `watched`, `played`, `URL` (Trakt list), or `person` (used with `-p`/`--person` argument). - Top Watched List options: @@ -1557,4 +1557,4 @@ Choices are: `anticipated`, `trending`, `popular`, `watched`, `played`, `URL` (T ``` traktarr shows -t watchlist --authenticate-user user1 - ``` \ No newline at end of file + ```