Skip to content

Commit 78ee57b

Browse files
authored
Merge pull request #85 from anarnold97/MTA-4590-CLI-guide-quick-fixes
MTA-4590: quick fix in formatting
2 parents 04bd413 + 1704720 commit 78ee57b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/topics/mta-cli-run-multiple-apps.adoc

+3-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include::developer-preview-feature.adoc[]
2323
+
2424
[source,terminal]
2525
----
26-
$ ./{mta-cli} analyze --bulk --input=<path_to_input_A> --output=<path_to_output_ABC> --source <source_A> --target <target_A>
26+
$ ./mta-cli analyze --bulk --input=<path_to_input_A> --output=<path_to_output_ABC> --source <source_A> --target <target_A>
2727
----
2828
* `--input`: The application to be evaluated.
2929
* `--output`: The output directory for the generated reports.
@@ -34,16 +34,15 @@ $ ./{mta-cli} analyze --bulk --input=<path_to_input_A> --output=<path_to_output_
3434
+
3535
[source,terminal]
3636
----
37-
$ ./{mta-cli} analyze --bulk --input=<path_to_input_B> --output=<path_to_output_ABC> --source <source_B> --target <target_B>
37+
$ ./mta-cli analyze --bulk --input=<path_to_input_B> --output=<path_to_output_ABC> --source <source_B> --target <target_B>
3838
----
3939
.. Enter the following command for input C:
4040
+
4141
[source,terminal]
4242
----
43-
$ ./{mta-cli} analyze --bulk --input=<path_to_input_C> --output=<path_to_output_ABC> --source <source_C> --target <target_C>
43+
$ ./mta-cli analyze --bulk --input=<path_to_input_C> --output=<path_to_output_ABC> --source <source_C> --target <target_C>
4444
----
4545
+
4646
{ProductShortName} generates a single report, listing all issues that need to be resolved before the applications can be migrated.
4747

4848
. Access the report.
49-

0 commit comments

Comments
 (0)