From 03b8311abe3a09bc7d26ff189d4e60c924dc8982 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Sun, 22 Sep 2024 01:23:55 -0300 Subject: [PATCH] update help message for `--download-mode` --- votify/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/votify/cli.py b/votify/cli.py index e81fccb..47d1172 100644 --- a/votify/cli.py +++ b/votify/cli.py @@ -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",