Cells config versions --diff <v1>:<v2> is inverted

When specifying two versions, the diff is inverted. For example, if some data was inserted in v2 and we do cells config versions --diff <v1>:<v2>, it will show the data in red, prefixed by - sign.

ok thanks for reporting