From 96fd88c5b364d4ccafb56f0453e5f0253db1367f Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 10 Oct 2023 23:52:42 +0100 Subject: build: fix bad command in help text lbmk was massively re-written, very recently. Signed-off-by: Leah Rowe --- build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build b/build index fc506a9c..a539322f 100755 --- a/build +++ b/build @@ -116,8 +116,8 @@ usage() For each of the above modes, you may also do: ${progname} list - Example: ./build coreboot list, which would yield: - $(./build coreboot list) + Example: ./build fw list, which would yield: + $(./build fw list) Refer to ${projectname} documentation for more info. EOF -- cgit v1.2.1