mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 05:50:36 +00:00
chore: improve wording in subcommand helptext
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user