From 8f2df932e18ec14eef9784bbd658be9f32f55bbd Mon Sep 17 00:00:00 2001 From: Leonard Steppy Date: Thu, 25 Dec 2025 20:10:34 +0100 Subject: [PATCH] Improve help message --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 2ab3f74..16911db 100755 --- a/start.sh +++ b/start.sh @@ -104,7 +104,7 @@ function main { echo "Usage $cmd [OPTIONS]" echo "" echo "OPTIONS:" - echo " -c --config How to configure the server. Possible values for mode are: proxy, bungee, standalone" + echo " -c --config How to configure the server (see ./configure.sh --help). Possible values for mode are: proxy, bungee, standalone" echo " -t --temp --tmp Apply the configuration only temporary, while the server is running. Requires --config." echo " -s --sleep How many seconds to sleep after the server has stopped before starting it again" echo " -h --help Show help"