From c8fb24bb7bd0918c4c684c13a3b2946ba67439eb Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 11 May 2024 05:17:41 +0100 Subject: build: print usage for special commands Signed-off-by: Leah Rowe --- build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build') diff --git a/build b/build index 884d69de..3854f3e5 100755 --- a/build +++ b/build @@ -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 -- cgit v1.2.1