
_mpld_0010x_dropper(){

	local OPTS=('-h')

	COMPREPLY=()

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

}

complete -F _mpld_0010x_dropper mpld-0010x-dropper
