diff --git a/test/run-tests.sh b/test/run-tests.sh index 34af8d07..fbd01519 100644 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -54,14 +54,14 @@ PrintHeader() PrintHelp() { echo "$HelpColour" - echo "-------------------------------------------------------------------------------------" - echo " Syntax : ./runtests.sh " - echo " C++ Standard : 11, 14, 17 or 20 " - echo " Optimisation : 0, 1, 2 or 3. Default = 0 " - echo " Threads : Number of threads to use. Default = 4 " - echo " Sanitizer : s enables sanitizer checks, n disables. Default disabled " - echo " Compiler select : gcc or clang. Default All compilers " - echo "-------------------------------------------------------------------------------------" + echo "--------------------------------------------------------------------------------------------" + echo " Syntax : ./runtests.sh " + echo " C++ Standard : 11, 14, 17 or 20 " + echo " Optimisation : 0, 1, 2 or 3. Default = 0 " + echo " Threads : Number of threads to use. Default = 4 " + echo " Sanitizer : s enables sanitizer checks, n disables. Default disabled " + echo " Compiler : gcc or clang. Default All compilers " + echo "--------------------------------------------------------------------------------------------" echo "$NoColour" }