Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Update help message
Browse files Browse the repository at this point in the history
  • Loading branch information
jiriks74 committed Feb 27, 2023
1 parent ad53b9a commit 68ca598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down

0 comments on commit 68ca598

Please sign in to comment.