diff options
author | Brad King <brad.king@kitware.com> | 2014-12-01 15:01:28 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-12-01 15:01:28 (GMT) |
commit | 067b49a6569422c4687209c5bc57043630705523 (patch) | |
tree | 04ff409e093083ac34703e85d269530f477dba5a /Help/manual | |
parent | 8e75f1d2fa3049ac31f4ebdbc255fca3e6414802 (diff) | |
parent | df53aafdac59a9a6c559c40c4147205f09f45e88 (diff) | |
download | CMake-067b49a6569422c4687209c5bc57043630705523.zip CMake-067b49a6569422c4687209c5bc57043630705523.tar.gz CMake-067b49a6569422c4687209c5bc57043630705523.tar.bz2 |
Merge topic 'doc-ctest-j-typo'
df53aafd Help: Add missing space to ctest -j option description
Diffstat (limited to 'Help/manual')
-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 |