Update help message
This commit is contained in:
parent
ad53b9a6cf
commit
68ca598ba1
1 changed files with 1 additions and 1 deletions
2
msman.sh
2
msman.sh
|
@ -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:"
|
||||||
|
|
Loading…
Reference in a new issue