Skip to content

Commit ab3ae3d

Browse files
committed
chore: Update cli help
1 parent d037f67 commit ab3ae3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freqtrade/commands/cli_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ def __init__(self, *args, **kwargs):
456456
),
457457
"no_parallel_download": Arg(
458458
"--no-parallel-download",
459-
help="Disable the Parallel Downloader.",
459+
help="Disable parallel startup download. Only use this if you experience issues.",
460460
action="store_true",
461461
),
462462
"new_pairs_days": Arg(

0 commit comments

Comments
 (0)