diff --git a/packages/plugin-apex/messages/run.json b/packages/plugin-apex/messages/run.json index 91956352..7a6063c1 100644 --- a/packages/plugin-apex/messages/run.json +++ b/packages/plugin-apex/messages/run.json @@ -47,7 +47,7 @@ "code_cov_header": "Apex Code Coverage by Class", "detailed_code_cov_header": "Apex Code Coverage for Test Run %s", "missingReporterErr": "Select a result format when specifying code coverage", - "runTestReportCommandErr": "Run 'sfdx force:apex:test:report -i %s -u %s' to retrieve test results", + "runTestReportCommand": "Run \"sfdx force:apex:test:report -i %s -u %s\" to retrieve test results", "classSuiteTestErr": "Specify either classnames, suitenames, or tests", "syncClassErr": "Synchronous test runs can include test methods from only one Apex class. Omit the --synchronous flag or include tests from only one class", "testLevelErr": "When specifying classnames, suitenames, or tests, indicate RunSpecifiedTests as the testlevel",