diff options
author | Brad King <brad.king@kitware.com> | 2015-04-15 15:46:10 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-04-15 15:46:10 (GMT) |
commit | 9212d0a75d5f0dd01deb5acbe83fd376862f0948 (patch) | |
tree | 7df69fb424576eb3dba1bc13380d1e63d6fdf0a8 | |
parent | 3ad9fe6329476f2df56903620f9464c834b18d50 (diff) | |
parent | fef1f26749a7dc3839b1e461fb09eecbe97cca90 (diff) | |
download | CMake-9212d0a75d5f0dd01deb5acbe83fd376862f0948.zip CMake-9212d0a75d5f0dd01deb5acbe83fd376862f0948.tar.gz CMake-9212d0a75d5f0dd01deb5acbe83fd376862f0948.tar.bz2 |
Merge topic 'doc-ctest-update-option-wording'
fef1f267 Help: Fix {GIT,P4}UpdateCustom documentation (#15512)
-rw-r--r-- | Help/manual/ctest.1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index dd3bcfb..584786f 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -573,7 +573,7 @@ Configuration settings to specify the version control tool include: * :module:`CTest` module variable: ``GITCOMMAND`` ``GITUpdateCustom`` - Specify a semicolon-separated list of custom command lines to run + Specify a custom command line (as a semicolon-separated list) to run in the source tree (Git work tree) to update it instead of running the ``GITCommand``. @@ -617,7 +617,7 @@ Configuration settings to specify the version control tool include: * :module:`CTest` module variable: ``CTEST_P4_OPTIONS`` ``P4UpdateCustom`` - Specify a semicolon-separated list of custom command lines to run + Specify a custom command line (as a semicolon-separated list) to run in the source tree (Perforce tree) to update it instead of running the ``P4Command``. |