Fix some documentation errors

This commit is contained in:
Matthias
2019-07-31 06:49:25 +02:00
parent 03e60b9ea4
commit 0488525888
2 changed files with 9 additions and 7 deletions

View File

@@ -55,12 +55,12 @@ AVAILABLE_CLI_OPTIONS = {
),
"datadir": Arg(
'-d', '--datadir',
help='Path to backtest data.',
help='Path to directory with historical backtesting data.',
metavar='PATH',
),
"user_data_dir": Arg(
'--userdir', '--user-data-dir',
help='Path to Userdata Directory.',
help='Path to userdata directory.',
metavar='PATH',
),
# Main options