summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-09-29 13:59:09 (GMT)
committerBrad King <brad.king@kitware.com>2020-09-29 14:00:23 (GMT)
commit78ff24a3a778805e5ffa8b44e26d04cd283ff52a (patch)
tree9098e6875f9595c4cad882ec8c6dfc939daed170 /Help/command
parentedd60d4419774684b12ac6fed633e3357c3b57a3 (diff)
downloadCMake-78ff24a3a778805e5ffa8b44e26d04cd283ff52a.zip
CMake-78ff24a3a778805e5ffa8b44e26d04cd283ff52a.tar.gz
CMake-78ff24a3a778805e5ffa8b44e26d04cd283ff52a.tar.bz2
Help: Use singular placeholder name in cmake_language signature
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/cmake_language.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/command/cmake_language.rst b/Help/command/cmake_language.rst
index 9e98d79..9ce5a6f 100644
--- a/Help/command/cmake_language.rst
+++ b/Help/command/cmake_language.rst
@@ -10,7 +10,7 @@ Synopsis
.. parsed-literal::
- cmake_language(`CALL`_ <command> [<args>...])
+ cmake_language(`CALL`_ <command> [<arg>...])
cmake_language(`EVAL`_ CODE <code>...)
Introduction
@@ -28,7 +28,7 @@ Calling Commands
.. code-block:: cmake
- cmake_language(CALL <command> [<args>...])
+ cmake_language(CALL <command> [<arg>...])
Calls the named ``<command>`` with the given arguments (if any).
For example, the code: