diff --git a/buildscript.sh b/buildscript.sh
index 0940319d9ea3df2252b027437d42647e7f11c0f5..f54925e2a089c260e802d7e7f23cea0ef2cc342f 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"