Merge pull request #2364 from hroff-1902/list-diff-helpstrings-2

Fix helpstring which shared between the list-exchanges and list-timeframes subcommands
This commit is contained in:
Matthias
2019-10-10 19:57:19 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ usage: freqtrade list-exchanges [-h] [-1] [-a]
optional arguments:
-h, --help show this help message and exit
-1, --one-column Print exchanges in one column.
-1, --one-column Print output in one column.
-a, --all Print all exchanges known to the ccxt library.
```
@@ -38,7 +38,7 @@ optional arguments:
-h, --help show this help message and exit
--exchange EXCHANGE Exchange name (default: `bittrex`). Only valid if no
config is provided.
-1, --one-column Print exchanges in one column.
-1, --one-column Print output in one column.
```