mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
make lbmk help text actually vaguely helpful
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user