Formulate README as manual

This commit is contained in:
2023-03-13 09:42:52 +01:00
parent 8bc4657ad6
commit 225c16e717
3 changed files with 101 additions and 2 deletions

View File

@ -63,7 +63,7 @@ def parse_args():
)
parser.add_argument(
"title",
help='The title of the movie. Series must end with "Sx Ex-x". E.g.: "Lost S01 E1-04"',
help='The title of the movie. Series must end with "Sx Ex-x". E.g.: "Lost S01 E1-04" or "Lost_S2_E2"',
)
parser.add_argument(
"--dev",