From 38c74e5d1a00d88ec69c46614f2be8797cc321d5 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 5 Jan 2026 13:09:18 +0100 Subject: [PATCH] docs: remove unnecessary `"-" in command --- docs/deprecated.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deprecated.md b/docs/deprecated.md index 1b2835ea2..00c7b7a62 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -120,8 +120,8 @@ The script below should serve as an example - you may need to adjust the timefra ``` bash # Cleanup no longer needed data -rm user_data/data//futures/*-mark-* -rm user_data/data//futures/*-funding_rate-* +rm user_data/data//futures/*-mark* +rm user_data/data//futures/*-funding_rate* # download new data (only required once to fix the mark and funding fee data) freqtrade download-data -t 1h --trading-mode futures --candle-types funding_rate mark [...] --timerange