diff --git a/docs/topics/create-first-xml-rule.adoc b/docs/topics/create-first-xml-rule.adoc index aed0c311e5..b66f0dbdee 100644 --- a/docs/topics/create-first-xml-rule.adoc +++ b/docs/topics/create-first-xml-rule.adoc @@ -213,7 +213,7 @@ Open a terminal and run the following command, passing the test file as an input [options="nowrap",subs="attributes+"] ---- -$ <{ProductShortName}_HOME>/bin/mta-cli --sourceMode --input /home//migration-rules/data --output /home//migration-rules/reports --target eap:6 +$ <{ProductShortName}_HOME>/bin/{mta-cli} --sourceMode --input /home//migration-rules/data --output /home//migration-rules/reports --target eap:6 ---- You should see the following result. diff --git a/docs/topics/vs-code-extension-run-configuration.adoc b/docs/topics/vs-code-extension-run-configuration.adoc index de677ed999..88009ea3bf 100644 --- a/docs/topics/vs-code-extension-run-configuration.adoc +++ b/docs/topics/vs-code-extension-run-configuration.adoc @@ -19,9 +19,7 @@ You can configure multiple run configurations to run against each project you im . Complete the following configuration fields: ** *Name*: Enter a meaningful name for the analysis configuration or accept the default. - ** *cli*: Enter the path to the cli executable. For example: `$HOME/{mta-cli}-{ProductDistributionVersion}/bin/{mta-cli}`. - ** *Input*: Set to the path of the project that you have open within your IDE by clicking *Add* and doing one of the following: *** Enter the input file or directory and press Enter.