Update more documentation

This commit is contained in:
Matthias
2020-06-02 10:06:26 +02:00
parent febc95dcdf
commit 33b7046260
8 changed files with 32 additions and 18 deletions

View File

@@ -318,7 +318,7 @@ class Arguments:
# Add list-timeframes subcommand
list_timeframes_cmd = subparsers.add_parser(
'list-timeframes',
help='Print available ticker intervals (timeframes) for the exchange.',
help='Print available timeframes for the exchange.',
parents=[_common_parser],
)
list_timeframes_cmd.set_defaults(func=start_list_timeframes)