Add documentation for --cache backtest option

This commit is contained in:
Matthias
2022-01-19 20:19:17 +01:00
parent d319204dea
commit afe46a55f7
2 changed files with 7 additions and 5 deletions

View File

@@ -207,8 +207,7 @@ AVAILABLE_CLI_OPTIONS = {
),
"backtest_cache": Arg(
'--cache',
help='Load a cached backtest result no older than specified age.',
metavar='AGE',
help='Load a cached backtest result no older than specified age (default: %(default)s).',
default=constants.BACKTEST_CACHE_DEFAULT,
choices=constants.BACKTEST_CACHE_AGE,
),