From 669a23dfbb0aa72c1cff7a4aef165896565c5111 Mon Sep 17 00:00:00 2001 From: Brian Sipos Date: Thu, 30 Apr 2026 13:19:03 -0400 Subject: [PATCH] Fix build.sh help text --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b828c853..f6bb1cc3 100755 --- a/build.sh +++ b/build.sh @@ -44,7 +44,7 @@ function usage { echo " install - Install" echo " lint - Run clang-tidy code linter" echo " prep [args...] - Generate makefiles with config options" - echo " rpm-build - Build RPM package after rpm-prep" + echo " rpm-build - Build RPM package with Tito" echo " rpm-check - Check RPM packages after rpm-build" echo " rpm-container - Build and check RPM packages inside container" echo " run [args...] - Run a command with the environment vars"