From 1fd223c815caab3ac104986701c7d9d6df281a66 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 25 Aug 2022 17:03:41 +0200 Subject: [PATCH] Update --prepend help string closes #7290 --- docs/data-download.md | 2 +- freqtrade/commands/cli_options.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data-download.md b/docs/data-download.md index be36d579d..b72e7f337 100644 --- a/docs/data-download.md +++ b/docs/data-download.md @@ -63,7 +63,7 @@ optional arguments: `jsongz`). --trading-mode {spot,margin,futures} Select Trading mode - --prepend Allow data prepending. + --prepend Allow data prepending. (Data-appending is disabled) Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages). diff --git a/freqtrade/commands/cli_options.py b/freqtrade/commands/cli_options.py index a458c1591..b9e9e26f7 100644 --- a/freqtrade/commands/cli_options.py +++ b/freqtrade/commands/cli_options.py @@ -455,7 +455,7 @@ AVAILABLE_CLI_OPTIONS = { ), "prepend_data": Arg( '--prepend', - help='Allow data prepending.', + help='Allow data prepending. (Data-appending is disabled)', action='store_true', ), "erase": Arg(