diff options
author | Leah Rowe <leah@libreboot.org> | 2024-05-11 05:17:41 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-05-11 05:19:48 +0100 |
commit | c8fb24bb7bd0918c4c684c13a3b2946ba67439eb (patch) | |
tree | 90cb8646e22db9b1f46e5587e0e89ce6ab9a6da1 | |
parent | 5f63b594fa3b0f111518f1e292bfb7163bec8be9 (diff) |
build: print usage for special commands
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-x | build | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -106,6 +106,11 @@ usage() possible values for 'OPTION': $(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: ${progname} version |