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",