From c49f4b73dd53517a71118ae5465a7729965e61a3 Mon Sep 17 00:00:00 2001 From: hroff-1902 Date: Thu, 10 Oct 2019 20:44:24 +0300 Subject: [PATCH] Fix helpstring --- docs/utils.md | 4 ++-- freqtrade/configuration/cli_options.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/utils.md b/docs/utils.md index 459960fac..93162aca2 100644 --- a/docs/utils.md +++ b/docs/utils.md @@ -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. ``` diff --git a/freqtrade/configuration/cli_options.py b/freqtrade/configuration/cli_options.py index 7c2ba5325..7e6a956ce 100644 --- a/freqtrade/configuration/cli_options.py +++ b/freqtrade/configuration/cli_options.py @@ -247,7 +247,7 @@ AVAILABLE_CLI_OPTIONS = { # 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(