diff options
| author | Leah Rowe <leah@libreboot.org> | 2023-09-10 19:25:22 +0100 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2023-09-10 19:25:22 +0100 | 
| commit | 087f0e066ac7b871c2b9cd6932610d952ff6a1bc (patch) | |
| tree | b55d7793cbb5a4808008fb24a61e65518224b29f | |
| parent | 093d40eec204253a0be3b89f8080f605cbf0ac9a (diff) | |
make lbmk help text actually vaguely helpful
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rwxr-xr-x | lbmk | 11 | 
1 files changed, 6 insertions, 5 deletions
@@ -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  | 
