Indentation: Use tabs everywhere
This commit is contained in:
parent
57d7104491
commit
761f7b2418
|
@ -153,10 +153,10 @@ server_console() {
|
|||
# Help function, no arguments required
|
||||
help() {
|
||||
cat << 'EOF'
|
||||
This script was design to easily control any minecraft server. Quite every parameter for a given
|
||||
minecraft server derivative can be altered by editing the variables in the configuration file.
|
||||
This script was design to easily control any minecraft server. Quite every parameter for a given
|
||||
minecraft server derivative can be altered by editing the variables in the configuration file.
|
||||
|
||||
Usage: minecraftd {start|stop|status|backup|command <command>|console}
|
||||
Usage: minecraftd {start|stop|status|backup|command <command>|console}
|
||||
start Start the minecraft server
|
||||
stop Stop the minecraft server
|
||||
restart Restart the minecraft server
|
||||
|
@ -165,8 +165,8 @@ Usage: minecraftd {start|stop|status|backup|command <command>|console}
|
|||
command <command> Run the given comman at the minecraft server console
|
||||
console Enter the server console through a screen session
|
||||
|
||||
Copyright (c) Gordian Edenhofer <gordian.edenhofer@gmail.com>
|
||||
EOF
|
||||
Copyright (c) Gordian Edenhofer <gordian.edenhofer@gmail.com>
|
||||
EOF
|
||||
}
|
||||
|
||||
case "$1" in
|
||||
|
|
Loading…
Reference in New Issue
Block a user