From 68ca598ba11af642fbf6836b8609fbcb06e3ddd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Mon, 27 Feb 2023 04:02:43 +0100 Subject: [PATCH] Update help message --- msman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msman.sh b/msman.sh index 8f69755..04f01a3 100755 --- a/msman.sh +++ b/msman.sh @@ -475,7 +475,7 @@ if [[ "$1" == "--edit-config" ]] || [[ "$1" == "-e" ]]; then exit 0 fi elif [[ "$1" == "--help" ]] || [[ "$1" == "-h" ]]; then - echo "Usage: ./script.sh [OPTION]" + echo "Usage: ./msman.sh [OPTION]" echo "Starts the Minecraft server." echo echo "Options:"