summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-06-05 09:58:49 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-06-05 09:58:49 (GMT)
commit7eef823e14e98fc003931ec426fee3033e83381e (patch)
treeea6cf89ae1442abd2e7340e9e8158f04f72600eb /Help/command
parent5fb9b16d0cfcd16957818dfcaaf530d6dd432a69 (diff)
downloadCMake-7eef823e14e98fc003931ec426fee3033e83381e.zip
CMake-7eef823e14e98fc003931ec426fee3033e83381e.tar.gz
CMake-7eef823e14e98fc003931ec426fee3033e83381e.tar.bz2
Help: Add comma to assist parsing of ctest_build command docs.
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/ctest_build.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/ctest_build.rst b/Help/command/ctest_build.rst
index 1347b42..4a95cdd 100644
--- a/Help/command/ctest_build.rst
+++ b/Help/command/ctest_build.rst
@@ -23,7 +23,7 @@ The APPEND option marks results for append to those previously
submitted to a dashboard server since the last ctest_start. Append
semantics are defined by the dashboard server in use.
-If set the contents of the variable CTEST_BUILD_FLAGS are passed as
+If set, the contents of the variable CTEST_BUILD_FLAGS are passed as
additional arguments to the underlying build command. This can e.g. be
used to trigger a parallel build using the -j option of make. See
:module:`ProcessorCount` for an example.