From 2b86865b9b78ef3029dc86f1969eca36beb25ef9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 13 Aug 2024 07:02:53 +0200 Subject: [PATCH] chore: improve wording in subcommand helptext --- freqtrade/commands/arguments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/commands/arguments.py b/freqtrade/commands/arguments.py index 56e24f79f..62a79b0e8 100755 --- a/freqtrade/commands/arguments.py +++ b/freqtrade/commands/arguments.py @@ -465,7 +465,7 @@ class Arguments: # Add list-data subcommand list_data_cmd = subparsers.add_parser( "list-data", - help="List downloaded OHLCV data.", + help="List downloaded data.", parents=[_common_parser], ) list_data_cmd.set_defaults(func=start_list_data)