Help: Improve 'cmake -E md5sum' documentation

This commit is contained in:
Bartosz Kosiorek 2016-05-02 12:27:57 +02:00 committed by Brad King
parent 25ee2c86c1
commit 960afaad7f
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -70,7 +70,7 @@ void CMakeCommandUsage(const char* program)
<< " - run command in a modified environment\n"
<< " environment - display the current environment\n"
<< " make_directory <dir>... - create parent and <dir> directories\n"
<< " md5sum <file>... - compute md5sum of files\n"
<< " md5sum <file>... - create MD5 checksum of files\n"
<< " remove [-f] <file>... - remove the file(s), use -f to force "
"it\n"
<< " remove_directory dir - remove a directory and its contents\n"