build: fix bad command in help text
lbmk was massively re-written, very recently. Signed-off-by: Leah Rowe <leah@libreboot.org>btrfsvols
parent
5b8b55f2ae
commit
96fd88c5b3
4
build
4
build
|
@ -116,8 +116,8 @@ usage()
|
||||||
For each of the above modes, you may also do:
|
For each of the above modes, you may also do:
|
||||||
${progname} <MODE> list
|
${progname} <MODE> list
|
||||||
|
|
||||||
Example: ./build coreboot list, which would yield:
|
Example: ./build fw list, which would yield:
|
||||||
$(./build coreboot list)
|
$(./build fw list)
|
||||||
|
|
||||||
Refer to ${projectname} documentation for more info.
|
Refer to ${projectname} documentation for more info.
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue