summaryrefslogtreecommitdiff
path: root/lbmk
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-09-10 19:25:22 +0100
committerLeah Rowe <leah@libreboot.org>2023-09-10 19:25:22 +0100
commit087f0e066ac7b871c2b9cd6932610d952ff6a1bc (patch)
treeb55d7793cbb5a4808008fb24a61e65518224b29f /lbmk
parent093d40eec204253a0be3b89f8080f605cbf0ac9a (diff)
make lbmk help text actually vaguely helpful
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'lbmk')
-rwxr-xr-xlbmk11
1 files changed, 6 insertions, 5 deletions
diff --git a/lbmk b/lbmk
index f29a9a94..ab784a5e 100755
--- a/lbmk
+++ b/lbmk
@@ -115,12 +115,13 @@ usage()
USAGE: ${progname} <MODE> <OPTION>
possible values for 'mode':
- $(./build command options "${buildpath}/${mode}")
+ $(./build command options "${buildpath}")
- Example: ${progname} module all
- Example: ${progname} module flashrom [static]
- Example: ${progname} roms withgrub
- Example: ${progname} clean all
+ For each of the above modes, you may also do:
+ ${progname} <MODE> list
+
+ Example: ./build grub list, which would yield:
+ $(./build grub list)
Refer to ${projectname} documentation for more info.
EOF