From 27e3ae8c244e88534ddd69e9a06c1f4363536167 Mon Sep 17 00:00:00 2001 From: hippocritical Date: Wed, 16 Apr 2025 21:23:26 +0200 Subject: [PATCH] added list-data comment for --datadir to have the user not specify [exchange]/futures/ by themselves. They should use --trading-mode. They will get a timerange of 1970-1970 in conjunction with --show-timerange otherwise. --- docs/commands/list-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commands/list-data.md b/docs/commands/list-data.md index 61fc556d1..8bc83d707 100644 --- a/docs/commands/list-data.md +++ b/docs/commands/list-data.md @@ -42,7 +42,7 @@ Common arguments: set to `-` to read config from stdin. -d PATH, --datadir PATH, --data-dir PATH Path to the base directory of the exchange with historical backtesting data. - To see futures data, use trading-mode additionally for example. + To see futures data, use trading-mode additionally. --userdir PATH, --user-data-dir PATH Path to userdata directory.