Merge topic 'ctest-help-fix'

6767660f CTest: Add missing space in command line help.
This commit is contained in:
Brad King 2014-09-02 10:43:21 -04:00 committed by CMake Topic Stage
commit 3338b2c3c8
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ static const char * cmDocumentationOptions[][2] =
{"--output-on-failure", "Output anything outputted by the test program " {"--output-on-failure", "Output anything outputted by the test program "
"if the test should fail."}, "if the test should fail."},
{"-F", "Enable failover."}, {"-F", "Enable failover."},
{"-j <jobs>, --parallel <jobs>", "Run the tests in parallel using the" {"-j <jobs>, --parallel <jobs>", "Run the tests in parallel using the "
"given number of jobs."}, "given number of jobs."},
{"-Q,--quiet", "Make ctest quiet."}, {"-Q,--quiet", "Make ctest quiet."},
{"-O <file>, --output-log <file>", "Output to log file"}, {"-O <file>, --output-log <file>", "Output to log file"},