From db8c8ea4a42d6d90a00c7b63c401e73b8bd25b1f Mon Sep 17 00:00:00 2001 From: misagh Date: Thu, 15 Nov 2018 20:02:07 +0100 Subject: [PATCH] added a space in help --- freqtrade/arguments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/arguments.py b/freqtrade/arguments.py index 3d1f61dbe..8e26752fe 100644 --- a/freqtrade/arguments.py +++ b/freqtrade/arguments.py @@ -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,