summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2020-04-16 15:35:45 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-04-16 15:35:55 (GMT)
commit5f20e854122e19ed867ea3edf32d41cf6e8f3be0 (patch)
tree119cbfbbdcba694dd57c556b1d628fbdb73b8f89 /Help/manual
parent7e8df1bb24dcde30d1baafb23f6ab26352e67763 (diff)
parenta625f30785130586a7d2a59c13a7526eab8b3086 (diff)
downloadCMake-5f20e854122e19ed867ea3edf32d41cf6e8f3be0.zip
CMake-5f20e854122e19ed867ea3edf32d41cf6e8f3be0.tar.gz
CMake-5f20e854122e19ed867ea3edf32d41cf6e8f3be0.tar.bz2
Merge topic 'cat_cmd_20557'
a625f30785 cmake -E: add cat command. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4600
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake.1.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index 9a43499..e3e965c 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -554,6 +554,9 @@ Available commands are:
``serverMode``
``true`` if cmake supports server-mode and ``false`` otherwise.
+``cat <files>...``
+ Concatenate files and print on the standard output.
+
``chdir <dir> <cmd> [<arg>...]``
Change the current working directory and run a command.