make lbmk help text actually vaguely helpful

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-09-10 19:25:22 +01:00
parent 093d40eec2
commit 087f0e066a
1 changed files with 6 additions and 5 deletions

11
lbmk
View File

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