From 6a5471c408ca3a77111028e30160f716cd77d4c3 Mon Sep 17 00:00:00 2001 From: NoVa-Toast <77933599+NoVa-Toast@users.noreply.github.com> Date: Mon, 4 Sep 2023 08:33:41 +0200 Subject: [PATCH] Update typo in cluster script (#1867) --- scripts/cluster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cluster b/scripts/cluster index 95fee02918..6c5f42b191 100755 --- a/scripts/cluster +++ b/scripts/cluster @@ -43,7 +43,7 @@ function showhelp(){ echo " --help Display this help information" echo "Examples:" echo " cluster polybft -- Run the script with the polybft consensus" - echo " cluster polybtt --docker -- Run the script with the polybft consensus using docker" + echo " cluster polybft --docker -- Run the script with the polybft consensus using docker" echo " cluster polybft stop -- Stop the running environment" }