mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-24 21:54:11 +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>
|
USAGE: ${progname} <MODE> <OPTION>
|
||||||
|
|
||||||
possible values for 'mode':
|
possible values for 'mode':
|
||||||
$(./build command options "${buildpath}/${mode}")
|
$(./build command options "${buildpath}")
|
||||||
|
|
||||||
Example: ${progname} module all
|
For each of the above modes, you may also do:
|
||||||
Example: ${progname} module flashrom [static]
|
${progname} <MODE> list
|
||||||
Example: ${progname} roms withgrub
|
|
||||||
Example: ${progname} clean all
|
Example: ./build grub list, which would yield:
|
||||||
|
$(./build grub list)
|
||||||
|
|
||||||
Refer to ${projectname} documentation for more info.
|
Refer to ${projectname} documentation for more info.
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user