update --read-urls-as-txt help

This commit is contained in:
alacleaker 2024-04-23 00:19:16 -03:00
parent a49a9c90cc
commit 29a006c304

View File

@ -95,7 +95,7 @@ def load_config_file(
"--read-urls-as-txt",
"-r",
is_flag=True,
help="Interpret URLs as paths to text files containing URLs.",
help="Interpret URLs as paths to text files containing URLs separated by newlines",
)
@click.option(
"--synced-lyrics-only",