summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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