summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-10-10 23:52:42 +0100
committerLeah Rowe <leah@libreboot.org>2023-10-10 23:52:42 +0100
commit96fd88c5b364d4ccafb56f0453e5f0253db1367f (patch)
treee78b86e34020bab62d9729809a7828f95e1a0f00 /build
parent5b8b55f2ae81b63a2da05bf2e95b48ff25ab5e36 (diff)
build: fix bad command in help text
lbmk was massively re-written, very recently. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
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} <MODE> 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