chore: update help wording

This commit is contained in:
Matthias
2024-08-12 20:09:22 +02:00
parent 7972a023ed
commit b63c04df4f
2 changed files with 2 additions and 2 deletions

View File

@@ -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)