Remove duplicate short-form `-s`

This commit is contained in:
Matthias 2019-09-14 13:19:05 +02:00
parent 03add90c94
commit 1b25b5f590
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ AVAILABLE_CLI_OPTIONS = {
default=constants.HYPEROPT_EPOCH,
),
"spaces": Arg(
'-s', '--spaces',
'--spaces',
help='Specify which parameters to hyperopt. Space-separated list. '
'Default: `%(default)s`.',
choices=['all', 'buy', 'sell', 'roi', 'stoploss'],