Skip to content

Commit

Permalink
Fix helpstring
Browse files Browse the repository at this point in the history
  • Loading branch information
hroff-1902 committed Oct 10, 2019
1 parent bba5f54 commit c49f4b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/utils.md
Expand Up @@ -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.
```

Expand All @@ -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.
```

Expand Down
2 changes: 1 addition & 1 deletion freqtrade/configuration/cli_options.py
Expand Up @@ -247,7 +247,7 @@ def __init__(self, *args, **kwargs):
# List exchanges
"print_one_column": Arg(
'-1', '--one-column',
help='Print exchanges in one column.',
help='Print output in one column.',
action='store_true',
),
"list_exchanges_all": Arg(
Expand Down

0 comments on commit c49f4b7

Please sign in to comment.