From 1b612caafe6ffb8804fb8deac6cf877a9e7c5565 Mon Sep 17 00:00:00 2001 From: Nicolas Despres <nicolas.despres@gmail.com> Date: Wed, 12 Oct 2011 15:39:46 +0200 Subject: Usage: Document -j|--parallel option in help message. --- Source/ctest.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/ctest.cxx b/Source/ctest.cxx index cc11686..e168fb8 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -68,6 +68,10 @@ static const char * cmDocumentationOptions[][3] = {"-F", "Enable failover.", "This option allows ctest to resume a test " "set execution that was previously interrupted. If no interruption " "occurred, the -F option will have no effect."}, + {"-j <jobs>, --parallel <jobs>", "Run the tests in parallel using the" + "given number of jobs.", + "This option tells ctest to run the tests in parallel using given " + "number of jobs."}, {"-Q,--quiet", "Make ctest quiet.", "This option will suppress all the output. The output log file will " "still be generated if the --output-log is specified. Options such " -- cgit v0.12