From 7b237fcbf3c0224fe19a820097e3b5d773a77bbb Mon Sep 17 00:00:00 2001 From: Jan-Tarek Butt <tarek@ring0.de> Date: Fri, 21 Apr 2023 12:16:38 +0200 Subject: [PATCH] buildscript.sh: show optional silent flag in build menu Signed-off-by: Jan-Tarek Butt <tarek@ring0.de> --- buildscript.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscript.sh b/buildscript.sh index 0940319..f54925e 100755 --- a/buildscript.sh +++ b/buildscript.sh @@ -24,7 +24,7 @@ help_print(){ echo " target_list build all gluon targets" echo " all build all gluon targets for each VPN" echo " (optional) add \"fast\" as a parameter to build on multicore" -# echo " (optional) add \"silent\" as a parameter to avoid loads of output" + echo " (optional) add \"silent\" as a parameter to avoid loads of output" echo " clean <target> targets provided by gluon" echo " all clean all targets" echo " (optional) add \"fast\" as a parameter to clean on multicore" -- GitLab