added a space in help

This commit is contained in:
misagh 2018-11-15 20:02:07 +01:00
parent d05c671a7e
commit db8c8ea4a4
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ class Arguments(object):
)
parser.add_argument(
'--stoplosses',
help='defines a range of stoploss against which edge will assess the strategy'
help='defines a range of stoploss against which edge will assess the strategy '
'the format is "min,max,step" (without any space).'
'example: --stoplosses=-0.01,-0.1,-0.001',
type=str,