From ab3ae3dc62fb885913cc99426f2c57c7f56795c8 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 28 Aug 2025 07:08:25 +0200 Subject: [PATCH] chore: Update cli help --- freqtrade/commands/cli_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/commands/cli_options.py b/freqtrade/commands/cli_options.py index 9755eb34d..62a007f59 100755 --- a/freqtrade/commands/cli_options.py +++ b/freqtrade/commands/cli_options.py @@ -456,7 +456,7 @@ AVAILABLE_CLI_OPTIONS = { ), "no_parallel_download": Arg( "--no-parallel-download", - help="Disable the Parallel Downloader.", + help="Disable parallel startup download. Only use this if you experience issues.", action="store_true", ), "new_pairs_days": Arg(