From c3c13e1e3c1c44883493e0bda8bc7113f32040cf Mon Sep 17 00:00:00 2001 From: Johnny Lin <50692592+johnnylinwiwynn@users.noreply.github.com> Date: Tue, 17 May 2022 15:43:05 +0800 Subject: [PATCH] Fix cbnt-prov README.md typo --- cmd/cbnt-prov/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/cbnt-prov/README.md b/cmd/cbnt-prov/README.md index e5bbe12..187e5b6 100644 --- a/cmd/cbnt-prov/README.md +++ b/cmd/cbnt-prov/README.md @@ -30,7 +30,7 @@ Verify all downloaded dependencies run: To build the test suite run: ``` - go build -o txt-suite cmd/cbnt-prov/*.go + 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 -``` \ No newline at end of file +```