Removed initialisms from bash tab completion of server commands.

They still exist as command options but will not be auto completed.
They were all only two letters each, and confused the auto complete
list.
This commit is contained in:
Marcus Whybrow 2012-05-31 08:43:23 +01:00
parent 9bc4abb0a7
commit 572e9f93a2

View File

@ -52,7 +52,7 @@ _msm() {
# If the server exists
if [[ $COMP_CWORD == 2 ]]; then
options="start stop restart status connected worlds logroll backup jar wl whitelist bl blacklist op operator gm gamemode kick say time tdf toggledownfall save cmd cmdlog"
options="start stop restart status connected worlds logroll backup jar whitelist blacklist operator gamemode kick say time tdf toggledownfall save cmd cmdlog"
else
case "${COMP_WORDS[2]}" in
stop|restart)