Help: Fix {GIT,P4}UpdateCustom documentation (#15512)

The GITUpdateCustom and P4UpdateCustom options take only one command
line with all arguments as a ;-list, not a ;-list of multiple command
lines.  Fix the incorrect documentation originally added by commit
v3.1.0-rc1~463^2 (Help: Document ctest dashboard client usage,
2014-05-30).
This commit is contained in:
Brad King 2015-04-13 12:57:59 -04:00
parent 62c5e6f1a1
commit fef1f26749
1 changed files with 2 additions and 2 deletions

View File

@ -573,7 +573,7 @@ Configuration settings to specify the version control tool include:
* :module:`CTest` module variable: ``GITCOMMAND`` * :module:`CTest` module variable: ``GITCOMMAND``
``GITUpdateCustom`` ``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 in the source tree (Git work tree) to update it instead of running
the ``GITCommand``. the ``GITCommand``.
@ -617,7 +617,7 @@ Configuration settings to specify the version control tool include:
* :module:`CTest` module variable: ``CTEST_P4_OPTIONS`` * :module:`CTest` module variable: ``CTEST_P4_OPTIONS``
``P4UpdateCustom`` ``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 in the source tree (Perforce tree) to update it instead of running
the ``P4Command``. the ``P4Command``.