Some minor cleanups to trades download methods and docs

This commit is contained in:
Matthias
2019-10-19 10:05:30 +02:00
parent 5b58141f6b
commit fd22c87295
3 changed files with 12 additions and 12 deletions

View File

@@ -275,7 +275,8 @@ AVAILABLE_CLI_OPTIONS = {
),
"download_trades": Arg(
'--dl-trades',
help='Download trades instead of OHLCV data.',
help='Download trades instead of OHLCV data. The bot will resample trades to the '
'desired timeframe as specified as --timeframes/-t.',
action='store_true',
),
"exchange": Arg(