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:
commit
b5ca4b7f35
@ -11,7 +11,7 @@ usage: freqtrade list-exchanges [-h] [-1] [-a]
|
|||||||
|
|
||||||
optional arguments:
|
optional arguments:
|
||||||
-h, --help show this help message and exit
|
-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.
|
-a, --all Print all exchanges known to the ccxt library.
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ optional arguments:
|
|||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
--exchange EXCHANGE Exchange name (default: `bittrex`). Only valid if no
|
--exchange EXCHANGE Exchange name (default: `bittrex`). Only valid if no
|
||||||
config is provided.
|
config is provided.
|
||||||
-1, --one-column Print exchanges in one column.
|
-1, --one-column Print output in one column.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -247,7 +247,7 @@ AVAILABLE_CLI_OPTIONS = {
|
|||||||
# List exchanges
|
# List exchanges
|
||||||
"print_one_column": Arg(
|
"print_one_column": Arg(
|
||||||
'-1', '--one-column',
|
'-1', '--one-column',
|
||||||
help='Print exchanges in one column.',
|
help='Print output in one column.',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
),
|
),
|
||||||
"list_exchanges_all": Arg(
|
"list_exchanges_all": Arg(
|
||||||
|
Loading…
Reference in New Issue
Block a user