Help with syntax in OH3 needed

Hi,

can somebody help with correct syntax for
executeCommandLine("/usr/bin/sfdp -Nfontname=Arial -Nfontsize=9 -Ncolor=#666666 -Nstyle=filled -Nfillcolor=#eeeeee -Efontname=Arial -Efontsize=8 -Efontcolor=#cc0000 -Ecolor=#cccccc -Tsvg -o" + svgFile + " " + dotFile, 5000)

in OH3.
Getting errors in OH3 for this line because syntax for executeCommandLine changed.
With OH2 everything worked fine.

Thanks

Here is the documentation section.

In short, the time comes first, and use a comma at every space in your command.