From 692aafd6c80e0cb38b8284ef3263a48781589268 Mon Sep 17 00:00:00 2001 From: CyberL1 Date: Sun, 16 Feb 2025 09:48:20 +0100 Subject: [PATCH] fix(scripts): command --- scripts/get.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get.sh b/scripts/get.sh index 5d4a0b2..3a126ab 100644 --- a/scripts/get.sh +++ b/scripts/get.sh @@ -35,7 +35,7 @@ rm $zip echo "Holesail proxy was installed to $exe" if command -v holesail-proxy > /dev/null; then - echo "Run 'holesail-proxy --help' to get started" + echo "Run 'holesail-proxy up' to get started" else case $SHELL in /bin/zsh) shell_profile=".zshrc" ;;