From 8c36ea41f90693ad3694742bab44b16e44daf44d Mon Sep 17 00:00:00 2001 From: desimaniac <5501908+desimaniac@users.noreply.github.com> Date: Tue, 11 Feb 2020 11:06:57 -0600 Subject: [PATCH] CLI: Help info correction with actor argument --- traktarr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traktarr.py b/traktarr.py index 69462ec..399a2f0 100755 --- a/traktarr.py +++ b/traktarr.py @@ -316,7 +316,7 @@ def show( @click.option( '--actor', '-a', default=None, - help='Only add movies from this actor to Radarr. ' + help='Only add shows from this actor to Sonarr. ' 'Only one actor can be specified. ' 'Requires the \'person\' list option.') @click.option(