summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-05-03 14:17:04 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-05-03 14:17:04 (GMT)
commit96c8a4769fe7aaf4ff533f3dc613eeb17d01daae (patch)
treef857dc840513b754761d86a2e196b6ba928766e5 /Help
parente053510efa72fe4c4e647ccd9e9168d0e187ffd2 (diff)
parent960afaad7f1bc02b93a786fad6169ce970b5d5e7 (diff)
downloadCMake-96c8a4769fe7aaf4ff533f3dc613eeb17d01daae.zip
CMake-96c8a4769fe7aaf4ff533f3dc613eeb17d01daae.tar.gz
CMake-96c8a4769fe7aaf4ff533f3dc613eeb17d01daae.tar.bz2
Merge topic 'doc-cmake-E-updates'
960afaad Help: Improve 'cmake -E md5sum' documentation 25ee2c86 Help: Add missing space in cmake(1) manual
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake.1.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index 5295a48c..3ae2baf 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -169,7 +169,7 @@ Available commands are:
``compare_files <file1> <file2>``
Check if ``<file1>`` is same as ``<file2>``. If files are the same,
- then returns 0, if not itreturns 1.
+ then returns 0, if not it returns 1.
``copy <file>... <destination>``
Copy files to ``<destination>`` (either file or directory).
@@ -204,7 +204,10 @@ Available commands are:
silently ignored.
``md5sum <file>...``
- Compute md5sum of files.
+ Create MD5 checksum of files in ``md5sum`` compatible format::
+
+ 351abe79cd3800b38cdfb25d45015a15 file1.txt
+ 052f86c15bbde68af55c7f7b340ab639 file2.txt
``remove [-f] <file>...``
Remove the file(s), use ``-f`` to force it. If a file does