Completion: Rename to mscs

This commit is contained in:
Jason M. Wood 2015-03-03 19:36:20 -07:00
parent bb16dd5b9c
commit 5cc04078ed

View File

@ -1,6 +1,6 @@
MINECRAFT_SERVER=/etc/init.d/minecraft_server
MSCS=/usr/bin/mscs
_minecraft_server() {
_mscs() {
local OPTS WORLDS
COMPREPLY=()
@ -53,4 +53,4 @@ _minecraft_server() {
fi
return 0
}
complete -F _minecraft_server $MINECRAFT_SERVER
complete -F _mscs $MSCS