CLI: Help info correction with actor argument

pull/132/head
desimaniac 5 years ago
parent 267b02b28b
commit 8c36ea41f9

@ -316,7 +316,7 @@ def show(
@click.option( @click.option(
'--actor', '-a', '--actor', '-a',
default=None, 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. ' 'Only one actor can be specified. '
'Requires the \'person\' list option.') 'Requires the \'person\' list option.')
@click.option( @click.option(

Loading…
Cancel
Save