File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ PrintHeader()
5454PrintHelp ()
5555{
5656 echo " $HelpColour "
57- echo " -------------------------------------------------------------------------------------"
58- echo " Syntax : ./runtests.sh <C++ Standard> <Optimisation> <Threads> <Sanitizer> "
59- echo " C++ Standard : 11, 14, 17 or 20 "
60- echo " Optimisation : 0, 1, 2 or 3. Default = 0 "
61- echo " Threads : Number of threads to use. Default = 4 "
62- echo " Sanitizer : s enables sanitizer checks, n disables. Default disabled "
63- echo " Compiler select : gcc or clang. Default All compilers "
64- echo " -------------------------------------------------------------------------------------"
57+ echo " -------------------------------------------------------------------------------------------- "
58+ echo " Syntax : ./runtests.sh <C++ Standard> <Optimisation> <Threads> <Sanitizer> <Compiler> "
59+ echo " C++ Standard : 11, 14, 17 or 20 "
60+ echo " Optimisation : 0, 1, 2 or 3. Default = 0 "
61+ echo " Threads : Number of threads to use. Default = 4 "
62+ echo " Sanitizer : s enables sanitizer checks, n disables. Default disabled "
63+ echo " Compiler : gcc or clang. Default All compilers "
64+ echo " -------------------------------------------------------------------------------------------- "
6565 echo " $NoColour "
6666}
6767
You can’t perform that action at this time.
0 commit comments