Skip to content

Commit ceeb2e7

Browse files
author
John Wellbelove
committed
Updated bash test script help
1 parent c43d9ea commit ceeb2e7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/run-tests.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ PrintHeader()
5454
PrintHelp()
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

0 commit comments

Comments
 (0)