File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ include::developer-preview-feature.adoc[]
23
23
+
24
24
[source,terminal]
25
25
----
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>
27
27
----
28
28
* `--input` : The application to be evaluated.
29
29
* `--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_
34
34
+
35
35
[source,terminal]
36
36
----
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>
38
38
----
39
39
.. Enter the following command for input C:
40
40
+
41
41
[source,terminal]
42
42
----
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>
44
44
----
45
45
+
46
46
{ProductShortName} generates a single report, listing all issues that need to be resolved before the applications can be migrated.
47
47
48
48
. Access the report.
49
-
You can’t perform that action at this time.
0 commit comments