Update help message

This commit is contained in:
Jiří Štefka 2023-02-27 04:02:43 +01:00
parent ad53b9a6cf
commit 68ca598ba1

@ -475,7 +475,7 @@ if [[ "$1" == "--edit-config" ]] || [[ "$1" == "-e" ]]; then
exit 0 exit 0
fi fi
elif [[ "$1" == "--help" ]] || [[ "$1" == "-h" ]]; then elif [[ "$1" == "--help" ]] || [[ "$1" == "-h" ]]; then
echo "Usage: ./script.sh [OPTION]" echo "Usage: ./msman.sh [OPTION]"
echo "Starts the Minecraft server." echo "Starts the Minecraft server."
echo echo
echo "Options:" echo "Options:"