update help message for --download-mode

This commit is contained in:
Rafael Moraes
2024-09-22 01:23:55 -03:00
parent 56a4a90411
commit 03b8311abe
+1 -1
View File
@@ -142,7 +142,7 @@ def load_config_file(
"-d",
type=DownloadMode,
default=downloader_sig.parameters["download_mode"].default,
help="Download mode.",
help="Download mode for songs and podcasts.",
)
@click.option(
"--aria2c-path",