summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2018-10-19 10:31:27 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-10-19 10:31:55 (GMT)
commit7053dd301c694bbc5e13b7e32febd34596b22d4e (patch)
tree800c40e691d829a9c7ebf0cfb369c7b276df6d30 /Help/command
parent250b8c16620e6817478c9d64e6063773a9d3be81 (diff)
parent93f3f65516c65d79fe7bea54e883f1d767a99b6b (diff)
downloadCMake-7053dd301c694bbc5e13b7e32febd34596b22d4e.zip
CMake-7053dd301c694bbc5e13b7e32febd34596b22d4e.tar.gz
CMake-7053dd301c694bbc5e13b7e32febd34596b22d4e.tar.bz2
Merge topic 'help-syntax-highlighting'
93f3f65516 Help: Revise docs of modules AddFileDependencies..CheckFunctionExists fc7ee1ca45 Help: Override pygments CMakeLexer to support <..> and [..] 74b3eacdc7 Help: Use appropriate list types in FindPkgConfig Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2468
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/execute_process.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/command/execute_process.rst b/Help/command/execute_process.rst
index 716f457..fc7d177 100644
--- a/Help/command/execute_process.rst
+++ b/Help/command/execute_process.rst
@@ -5,8 +5,8 @@ Execute one or more child processes.
.. code-block:: cmake
- execute_process(COMMAND <cmd1> [args1...]]
- [COMMAND <cmd2> [args2...] [...]]
+ execute_process(COMMAND <cmd1> [<arguments>]
+ [COMMAND <cmd2> [<arguments>]]...
[WORKING_DIRECTORY <directory>]
[TIMEOUT <seconds>]
[RESULT_VARIABLE <variable>]