From f2e878d9ec47e0342a5c45ad9c51ab342b387206 Mon Sep 17 00:00:00 2001 From: hroff-1902 Date: Tue, 1 Oct 2019 16:57:35 +0300 Subject: [PATCH] Update helpstring for list-exchanges --- docs/utils.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/utils.md b/docs/utils.md index cfed604bd..fe22cd50d 100644 --- a/docs/utils.md +++ b/docs/utils.md @@ -5,11 +5,12 @@ Besides the Live-Trade and Dry-Run run modes, the `backtesting`, `edge` and `hyp ## List Exchanges ``` -usage: freqtrade list-exchanges [-h] [-1] +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. + -a, --all Print all exchanges known to the ccxt library. ``` ## List Timeframes