From 499af5c42bbfd07a30370e662014718002259de6 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 30 Jul 2021 21:04:04 +0200 Subject: [PATCH] Update webservermode docs closes #5345 --- docs/utils.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/utils.md b/docs/utils.md index 789462de4..6395fb6f9 100644 --- a/docs/utils.md +++ b/docs/utils.md @@ -627,7 +627,7 @@ FreqUI will also show the backtesting results. ``` usage: freqtrade webserver [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] - [--userdir PATH] [-s NAME] [--strategy-path PATH] + [--userdir PATH] optional arguments: -h, --help show this help message and exit @@ -648,12 +648,6 @@ Common arguments: --userdir PATH, --user-data-dir PATH Path to userdata directory. -Strategy arguments: - -s NAME, --strategy NAME - Specify strategy class name which will be used by the - bot. - --strategy-path PATH Specify additional strategy lookup path. - ``` ## List Hyperopt results