diff options
author | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2016-05-02 10:27:57 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-05-02 14:02:12 (GMT) |
commit | 960afaad7f1bc02b93a786fad6169ce970b5d5e7 (patch) | |
tree | 10ee890fb76f72c87439f3548b59aae6ecb449c3 /Help/manual/cmake.1.rst | |
parent | 25ee2c86c1d231ee0f930e6cfe1bb5be5e4ee539 (diff) | |
download | CMake-960afaad7f1bc02b93a786fad6169ce970b5d5e7.zip CMake-960afaad7f1bc02b93a786fad6169ce970b5d5e7.tar.gz CMake-960afaad7f1bc02b93a786fad6169ce970b5d5e7.tar.bz2 |
Help: Improve 'cmake -E md5sum' documentation
Diffstat (limited to 'Help/manual/cmake.1.rst')
-rw-r--r-- | Help/manual/cmake.1.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index 0b060bc..3ae2baf 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -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 |