MultipleArgumentsForOptionException for console ci command

Hello,
Followed the last section “Use console.properties file” of the guide: https://docs.katalon.com/display/KD/Console+Mode+Execution, one sentence is "You can add extra Katalon command options if needed. Any option already defined in the console.properties file will be overwritten by the one declared in command line. "
And I generated one console.properties like below:

Add option in Jenkins command such as browserType/projectPath/testSuitePath like below:

I thought the chrome would open after building the job. But error log displays in jenkins.

Request sent successfully.
joptsimple.MultipleArgumentsForOptionException: Found multiple arguments for option browserType, but you asked for only one
	at joptsimple.OptionSet.valueOf(OptionSet.java:179)
	at joptsimple.OptionSet.valueOf(OptionSet.java:153)
	at com.kms.katalon.execution.console.ConsoleExecutor.execute(ConsoleExecutor.java:66)
	at com.kms.katalon.execution.console.ConsoleMain.launch(ConsoleMain.java:94)
	at com.kms.katalon.console.application.Application.runConsole(Application.java:76)
	at com.kms.katalon.core.application.Application.runConsole(Application.java:72)
	at com.kms.katalon.core.application.Application.start(Application.java:56)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)If delete the browserType in Jenkins command, there was no error.So the property in console.properties can't be overwritten by option?Thanks

actual result1.png

actual result2.png