Skip to content

Commit

Permalink
Update pass-command-line-options-nrdiag.mdx
Browse files Browse the repository at this point in the history
Fixed a couple more thanks to reviewers' sharp eyes
  • Loading branch information
barbnewrelic committed Jul 7, 2021
1 parent 2dfd52a commit 443292e
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -88,7 +88,7 @@ To use the following command line options with the Diagnostics CLI:
</td>

<td>
Filter task results by result status. Accepts a comma separated list. Accepts: `Success`, `Warning`, `Failure`, `Error`, `None`, or `Info`.
Filter task results by result status. Accepts a comma separated list. Accepts `Success`, `Warning`, `Failure`, `Error`, `None`, or `Info`.
Example syntax:
```
\"Success,Warning,Failure"
Expand Down Expand Up @@ -135,7 +135,7 @@ To use the following command line options with the Diagnostics CLI:
</td>

<td>
Specifies a different output directory to write the results for `nrdiag-output.zip`, `nrdiag-output.json`, and `nrdiag-filelist.txt`. Default location is `./`
Specifies a different output directory to write the results for `nrdiag-output.zip`, `nrdiag-output.json`, and `nrdiag-filelist.txt`. Default location is `./`.
</td>
</tr>

Expand Down Expand Up @@ -267,7 +267,7 @@ To use the following command line options with the Diagnostics CLI:
</td>

<td>
Run only a subset of tasks, either by agent or by task type. To specify multiple tasks by separating them with commas and/or with a wildcard `*`. For a list of all tasks, run:
Run only a subset of tasks, either by agent or by task type. To specify multiple tasks, separate them with commas and/or with a wildcard `*`. For a list of all tasks, run:

```
./nrdiag -h tasks
Expand Down

0 comments on commit 443292e

Please sign in to comment.