Small wording improvements

This commit is contained in:
Matthias
2019-10-07 07:02:43 +02:00
parent 22733e44bf
commit ad35a3d7ab
3 changed files with 8 additions and 8 deletions

View File

@@ -146,7 +146,7 @@ AVAILABLE_CLI_OPTIONS = {
),
"fee": Arg(
'--fee',
help='Specify fee %%. Should be in %%, will be applied twice (on trade entry and exit).',
help='Specify fee ratio. Will be applied twice (on trade entry and exit).',
type=float,
metavar='FLOAT',
),