Update description of --candletypes

This commit is contained in:
Matthias
2021-12-07 20:00:12 +01:00
parent b4d27973b1
commit 5b67be06c2
2 changed files with 2 additions and 2 deletions

View File

@@ -356,7 +356,7 @@ AVAILABLE_CLI_OPTIONS = {
),
"candle_types": Arg(
'--candle-types',
help='Select Trading mode',
help='Select candle type to use',
choices=[c.value for c in CandleType],
nargs='+',
),