From 9fb34cb797a9564df645b050f93c1df13d5050f8 Mon Sep 17 00:00:00 2001 From: masterzion Date: Tue, 24 Aug 2021 01:09:42 +0200 Subject: [PATCH] Update setup.sh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 2b016c264..39549e015 100755 --- a/setup.sh +++ b/setup.sh @@ -273,7 +273,7 @@ function plot() { function help() { echo "usage:" - echo " -a,--auto-install Install freqtrade from scratch" + echo " -a,--auto-install Install freqtrade from scratch without interaction" echo " -i,--install Install freqtrade from scratch" echo " -u,--update Command git pull to update." echo " -r,--reset Hard reset your develop/stable branch."