Added bash completion for the server "time" commands.

This commit is contained in:
Marcus Whybrow 2012-05-31 10:08:38 +01:00
parent 99466586a5
commit 352be40a1c

View File

@ -221,6 +221,11 @@ _msm() {
options="survival creative"
fi
;;
time)
if [[ $COMP_CWORD == 3 ]]; then
options="set add"
fi
;;
esac
fi