Fix cbnt-prov README.md typo

This commit is contained in:
Johnny Lin 2022-05-17 15:43:05 +08:00 committed by Christopher Meis
parent 6d6f90c083
commit c3c13e1e3c
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ Verify all downloaded dependencies run:
To build the test suite run:
```
<GO111MODULE=on> go build -o txt-suite cmd/cbnt-prov/*.go
<GO111MODULE=on> go build -o cbnt-prov cmd/cbnt-prov/*.go
```
Commandline subcommands:
@ -331,4 +331,4 @@ IV. Show details of exported KM, BPM, ACM
4. Show all
```bash
./cbnt-prov show-all ./firmware.rom
```
```