Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/topics/create-first-xml-rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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/<USER_NAME>/migration-rules/data --output /home/<USER_NAME>/migration-rules/reports --target eap:6
$ <{ProductShortName}_HOME>/bin/{mta-cli} --sourceMode --input /home/<USER_NAME>/migration-rules/data --output /home/<USER_NAME>/migration-rules/reports --target eap:6
----

You should see the following result.
Expand Down
2 changes: 0 additions & 2 deletions docs/topics/vs-code-extension-run-configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down