mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-01 17:43:06 +00:00
chore: update help wording
This commit is contained in:
@@ -457,7 +457,7 @@ class Arguments:
|
||||
# Add list-data subcommand
|
||||
list_data_cmd = subparsers.add_parser(
|
||||
"list-data",
|
||||
help="List downloaded data.",
|
||||
help="List downloaded OHLCV data.",
|
||||
parents=[_common_parser],
|
||||
)
|
||||
list_data_cmd.set_defaults(func=start_list_data)
|
||||
|
||||
Reference in New Issue
Block a user