mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-16 12:51:14 +00:00
chore: Update cli help
This commit is contained in:
@@ -456,7 +456,7 @@ AVAILABLE_CLI_OPTIONS = {
|
|||||||
),
|
),
|
||||||
"no_parallel_download": Arg(
|
"no_parallel_download": Arg(
|
||||||
"--no-parallel-download",
|
"--no-parallel-download",
|
||||||
help="Disable the Parallel Downloader.",
|
help="Disable parallel startup download. Only use this if you experience issues.",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
),
|
),
|
||||||
"new_pairs_days": Arg(
|
"new_pairs_days": Arg(
|
||||||
|
|||||||
Reference in New Issue
Block a user