Merge pull request #2377 from freqtrade/aligncustomoptions

Rename --custom-hyperopt to --hyperopt
This commit is contained in:
hroff-1902
2019-10-15 14:18:05 +03:00
committed by GitHub
6 changed files with 13 additions and 13 deletions

View File

@@ -157,7 +157,7 @@ AVAILABLE_CLI_OPTIONS = {
),
# Hyperopt
"hyperopt": Arg(
'--customhyperopt',
'--hyperopt',
help='Specify hyperopt class name which will be used by the bot.',
metavar='NAME',
),