Fix documentation for strategy-list

This commit is contained in:
Matthias
2019-08-06 06:27:38 +02:00
parent e060516cc7
commit 9d471f3c9a
3 changed files with 11 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ AVAILABLE_CLI_OPTIONS = {
),
"strategy_list": Arg(
'--strategy-list',
help='Provide a comma-separated list of strategies to backtest. '
help='Provide a space-separated list of strategies to backtest. '
'Please note that ticker-interval needs to be set either in config '
'or via command line. When using this together with `--export trades`, '
'the strategy-name is injected into the filename '