diff options
author | Brad King <brad.king@kitware.com> | 2014-12-01 14:28:41 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-12-01 14:28:41 (GMT) |
commit | 5062bf748822b276b9766215b07670754ee1c76c (patch) | |
tree | 097394399c965aa732ee20de7289b7d2c159a3d8 | |
parent | 58d3898083e1bf66f4ecf2e82a556e81f67ce5bc (diff) | |
parent | df53aafdac59a9a6c559c40c4147205f09f45e88 (diff) | |
download | CMake-5062bf748822b276b9766215b07670754ee1c76c.zip CMake-5062bf748822b276b9766215b07670754ee1c76c.tar.gz CMake-5062bf748822b276b9766215b07670754ee1c76c.tar.bz2 |
Merge branch 'doc-ctest-j-typo' into release
-rw-r--r-- | Help/manual/ctest.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 03e86af..cc132c2 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -58,7 +58,7 @@ Options will have no effect. ``-j <jobs>, --parallel <jobs>`` - Run the tests in parallel using thegiven number of 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. This option can also be set by setting the |