summaryrefslogtreecommitdiffstats
path: root/Source
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 /Source
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 'Source')
-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"