Lowercase freqtrade

This commit is contained in:
Matthias
2020-02-14 19:37:20 +01:00
parent 9dafc2f3c8
commit be4a9b5f4b
6 changed files with 9 additions and 8 deletions

View File

@@ -59,7 +59,8 @@ AVAILABLE_CLI_OPTIONS = {
),
"config": Arg(
'-c', '--config',
help=f'Specify configuration file (default: `{constants.DEFAULT_CONFIG}`). '
help=f'Specify configuration file (default: `userdir/{constants.DEFAULT_CONFIG}` '
f'or `config.json` whichever exists). '
f'Multiple --config options may be used. '
f'Can be set to `-` to read config from stdin.',
action='append',