Skip to content

Commit bf7ddce

Browse files
authored
Fix two small things in lint README (#890)
Signed-off-by: Ziv Nevo <nevo@il.ibm.com>
1 parent bc60ad0 commit bf7ddce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/vpcanalyzer_lint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following linters are supported:
2121

2222

2323
```
24-
vpcanalyzer explain [flags]
24+
vpcanalyzer lint [flags]
2525
```
2626

2727
### Options
@@ -49,7 +49,7 @@ vpcanalyzer explain [flags]
4949

5050
### Example
5151
```
52-
> go run analyzer lint -q -c pkg/ibmvpc/examples/input/input_tgw_larger_example.json
52+
> vpcanalyzer lint -q -c pkg/ibmvpc/examples/input/input_tgw_larger_example.json
5353
"Blocked TCP response" issues:
5454
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5555
In the connection from "test-vpc3-ky/vsi31-ky[10.240.31.4]" to "test-vpc1-ky/vsi11-ky[10.240.11.4]" TCP response is blocked

0 commit comments

Comments
 (0)