diff options
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/cmake_language.rst | 4 |
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: |