docs: update wording in documentation

This commit is contained in:
Matthias
2025-08-17 15:13:05 +02:00
parent 7e4b9d7481
commit 6abc0a3fb9
2 changed files with 6 additions and 6 deletions

View File

@@ -108,7 +108,7 @@ Only use this if you're sure you'll not want to plot or analyze your results fur
Exporting trades to file specifying a custom directory
```bash
freqtrade backtesting --strategy backtesting --export trades --export-filename=user_data/custom-backtest-results
freqtrade backtesting --strategy backtesting --export trades --backtest-directory=user_data/custom-backtest-results
```
---