Improve line formatting

This commit is contained in:
Matthias
2024-05-18 20:16:25 +02:00
parent 2237410154
commit c0d43f6d03

View File

@@ -452,7 +452,8 @@ AVAILABLE_CLI_OPTIONS = {
), ),
"convert_trades": Arg( "convert_trades": Arg(
"--convert", "--convert",
help="Convert downloaded trades to OHLCV data. Only applicable in combination with `--dl-trades`. " help="Convert downloaded trades to OHLCV data. Only applicable in combination with "
"`--dl-trades`. "
"Will be automatic for exchanges which don't have historic OHLCV (e.g. Kraken). " "Will be automatic for exchanges which don't have historic OHLCV (e.g. Kraken). "
"If not provided, use `trades-to-ohlcv` to convert trades data to OHLCV data.", "If not provided, use `trades-to-ohlcv` to convert trades data to OHLCV data.",
action="store_true", action="store_true",