Updates example for composite_thumb to use correct arg name

This commit is contained in:
Yusef Ouda 2024-02-19 11:25:59 -06:00 committed by GitHub
parent e097a07ca5
commit 3b43f4d3d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ Usage:
python merge_multiepisodes.py --library "TV Shows" --show "SpongeBob SquarePants" --renumber
* With renumbering episodes and composite thumb:
python merge_multiepisodes.py --library "TV Shows" --show "SpongeBob SquarePants" --renumber --composite-thumb
python merge_multiepisodes.py --library "TV Shows" --show "SpongeBob SquarePants" --renumber --composite_thumb
'''
import argparse