Skip to content

Commit b98465b

Browse files
Apply suggestions from code review
Andy's review applied Co-authored-by: Andy Arnold <[email protected]>
1 parent 6570c43 commit b98465b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/cli-guide/master.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ include::topics/cli-tool-known-issues.adoc[leveloffset=+3]
4949
[id="running-cli"]
5050
=== Running the CLI
5151

52-
Depending on your scenario, you can use the {ProductFullName} {CLINameTitle} to run the analysis the following ways:
52+
Depending on your scenario, you can use the {ProductFullName} {CLINameTitle} to run the analysis in the following ways:
5353

5454
* Run the analysis against a single application.
5555
* Run the analysis against multiple applications:
5656
** In {ProductShortName} versions earlier than 7.1.0, you can enter a series of `--analyze` commands, each against an application and each generating a separate report. For more information, see xref:mta-cli-run-single-app_cli-guide[Running the {ProductShortName} {CLINameTitle} against an application].
57-
** In {ProductShortName} 7.1.0 and later, you can use the `--bulk` option to analyze multiple applcations at once and generate a single report. Note that this feature is a Developer Preview feature only. For more information, see xref:mta-cli-run-multiple-apps_cli-guide[Running the {ProductShortName} {CLINameTitle} against multiple applications and generating a single report (Developer Preview)].
57+
** In {ProductShortName} 7.1.0 and later, you can use the `--bulk` option to analyze multiple applications at once and generate a single report. Note that this feature is a Developer Preview feature only. For more information, see xref:mta-cli-run-multiple-apps_cli-guide[Running the {ProductShortName} {CLINameTitle} against multiple applications and generating a single report (Developer Preview)].
5858

5959
//:FeatureName: Running the {CLINameTitle} against one or more applications
6060
//include::topics/developer-preview-feature.adoc[]

docs/topics/proc_running-the-containerless-mta-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $ mv <mta_cli_zip>/<os>-kantra /usr/bin
4545
$ mv $HOME/kantra.<os>.<arch> $HOME/.kantra
4646
----
4747
+
48-
NOTE: The CLI can run with the requirements moved to the directory from which you run an analysis. During the analysis, the CLI looks for the requirements in this directory first, and if it does not find the requirements, it looks for them in the `$HOME/.kantra` directory.
48+
NOTE: The CLI can run with the requirements moved to the directory from which you run an analysis. During the analysis, the CLI checks for the requirements in this directory first, and if it does not find the requirements, it searches for them in the `$HOME/.kantra` directory.
4949

5050

5151
. Optional: Display all `mta-cli analyze` command options:

0 commit comments

Comments
 (0)