--diffTypes="tables" is an unexpected command parameter

That is a bug. I have just submitted pull request: https://github.com/liquibase/liquibase/pull/287

Steve Donie
Principal Software Engineer
Datical, Inc. http://www.datical.com/

I run liquibase diff on command:

liquibase --driver=com.mysql.jdbc.Driver --url=jdbc:mysql://192.168.2.242:3306/test --classpath=/data/mysql-connector-java-5.1.22.jar --username=root --password=biker diffchangelog --referenceUrl=jdbc:mysql://192.168.2.242:3306/koala --referenceUsername=biker --referencePassword=biker --diffTypes=“data”

but there is an error happened:

Error:unexpected command parameter: --diffTypes=data

why?

and my liquibase version 3.2.0