build: print usage for special commands
Signed-off-by: Leah Rowe <leah@libreboot.org>20240612_branch
parent
5f63b594fa
commit
c8fb24bb7b
5
build
5
build
|
@ -106,6 +106,11 @@ usage()
|
||||||
possible values for 'OPTION':
|
possible values for 'OPTION':
|
||||||
$(items "${buildpath}")
|
$(items "${buildpath}")
|
||||||
|
|
||||||
|
Special commands (consult $projectname documentation):
|
||||||
|
./update release
|
||||||
|
./build dependencies distroname
|
||||||
|
(replace distroname with a filename from config/dependencies/)
|
||||||
|
|
||||||
To know what ${projectname} version you're on, type:
|
To know what ${projectname} version you're on, type:
|
||||||
${progname} version
|
${progname} version
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue