Add multiple tags on OSMConvert command

Hi all,

Before I start I would like to thank you for this amazing community!

I was wondering if anyone knows if is possible to add 2 or more tags at the same time using osmconvert.

This is my command:

osmconvert test.o5m --modify-tags=“motorcycle=yes add foo=bar add foo2=bar2” -o=test_foo.o5m

But only add the tag “foo”, but “foo2” is not added. I tried multiple combinations, but I’m not able to manage to add both at the same time.

Hope it makes sense… Thank you all for your support