build: fix bad command in help text

lbmk was massively re-written, very recently.

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-10-10 23:52:42 +01:00
parent 5b8b55f2ae
commit 96fd88c5b3
1 changed files with 2 additions and 2 deletions

4
build
View File

@ -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