summaryrefslogtreecommitdiffstats
path: root/Source/cmcmd.cxx
diff options
context:
space:
mode:
authorBartosz Kosiorek <gang65@poczta.onet.pl>2016-05-02 10:27:57 (GMT)
committerBrad King <brad.king@kitware.com>2016-05-02 14:02:12 (GMT)
commit960afaad7f1bc02b93a786fad6169ce970b5d5e7 (patch)
tree10ee890fb76f72c87439f3548b59aae6ecb449c3 /Source/cmcmd.cxx
parent25ee2c86c1d231ee0f930e6cfe1bb5be5e4ee539 (diff)
downloadCMake-960afaad7f1bc02b93a786fad6169ce970b5d5e7.zip
CMake-960afaad7f1bc02b93a786fad6169ce970b5d5e7.tar.gz
CMake-960afaad7f1bc02b93a786fad6169ce970b5d5e7.tar.bz2
Help: Improve 'cmake -E md5sum' documentation
Diffstat (limited to 'Source/cmcmd.cxx')
-rw-r--r--Source/cmcmd.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmcmd.cxx b/Source/cmcmd.cxx
index 22c6a06..01b12a3 100644
--- a/Source/cmcmd.cxx
+++ b/Source/cmcmd.cxx
@@ -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"