Update helpstring exports

This commit is contained in:
Matthias
2019-10-20 19:35:38 +02:00
parent f3cfe147b5
commit 2d34c0f52d
2 changed files with 25 additions and 24 deletions

View File

@@ -140,7 +140,7 @@ AVAILABLE_CLI_OPTIONS = {
),
"exportfilename": Arg(
'--export-filename',
help='Save backtest results to the file with this filename (default: `%(default)s`). '
help='Save backtest results to the file with this filename. '
'Requires `--export` to be set as well. '
'Example: `--export-filename=user_data/backtest_results/backtest_today.json`',
metavar='PATH',