Typo in the examples

I think the example configuration properties here:

https://docs.geta12.com/docs/content/2023.06/DATA_SERVICES/36/asciidoc/dataservices-documentation-src/#full-model-import

are shown incorrectly. The two dashes at the start look wrong. I assume instead of

 --mgmtp.a12.dataservices.initialization.import.models.typesToClear=*

it should be

mgmtp.a12.dataservices.initialization.import.models.typesToClear=*

Or does the -- have a special significance that I am not aware of?

Hi Thomas, thanks for the highlighting this.

The example is not written very well. In case you are starting data services from command line, than you need dashes to pass the property, but if we are talking about property file, then of course dashes do not have any sense.

I addressed it to Data Services team and they will adapt it that it is clear.

I hope this helps you.

Yes, I was talking about a properties file.

I wasn’t even aware that it’s possible to pass properties like that on the command line. I always assumed it would have to be a JVM system property defined through -D... if passed during startup.