From 3ace8b3151ba042670d76bc994216214bdacf7a9 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Mon, 23 Sep 2024 00:54:01 +0200 Subject: [PATCH] Fixed label in script build.sh. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index fafcf3b..50e7381 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ # function help { - echo "Kiss4web build script." + echo "Build script." echo "Usage: build.sh [ -h | -help | --help | -snapshot | -local | -full ]" echo " -h, -help, --help display this help." echo " -snapshot, --snapshot build a snapshot."