
_mpld_0021x_kela(){

	local OPTS=('-h')

	COMPREPLY=()

	if [ "$COMP_CWORD" -eq 1 ]; then
        COMPREPLY=( $(compgen -W '${OPTS}' -- ${COMP_WORDS[COMP_CWORD]}) )
        return 0
	fi

}

complete -F _mpld_0021x_kela mpld-0021x-kela
