Added bash completion for the server "save" commands.

This commit is contained in:
Marcus Whybrow 2012-05-31 10:11:35 +01:00
parent ea15ad404e
commit a64de96a2d

View File

@ -226,6 +226,11 @@ _msm() {
options="set add"
fi
;;
save)
if [[ $COMP_CWORD == 3 ]]; then
options="on off all"
fi
;;
esac
fi