summaryrefslogtreecommitdiff
path: root/Source/cmakemain.cxx
diff options
context:
space:
mode:
authorMatt McCormick <matt.mccormick@kitware.com>2011-09-06 08:28:20 -0400
committerDavid Cole <david.cole@kitware.com>2011-09-06 17:42:32 -0400
commit96d106a78d1dc634cc635678afa399f1f5e15ff3 (patch)
treecbbd9679294ed8b56b7a7615b0d0f7649d290e0c /Source/cmakemain.cxx
parent527a40f06fc7f0ea6aa9c1fe96fb0fe5611fa633 (diff)
downloadcmake-96d106a78d1dc634cc635678afa399f1f5e15ff3.tar.gz
CMake: Remove documentation for -E build (#12446)
The '-E build build_dir' command was created and documented, but then morphed into '--build build_dir' instead, ... and then the -E documentation was never removed. This commit fixes that oversight.
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r--Source/cmakemain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx
index 9f213a5e13..436236db12 100644
--- a/Source/cmakemain.cxx
+++ b/Source/cmakemain.cxx
@@ -72,7 +72,7 @@ static const char * cmDocumentationOptions[][3] =
{"-E", "CMake command mode.",
"For true platform independence, CMake provides a list of commands "
"that can be used on all systems. Run with -E help for the usage "
- "information. Commands available are: build, chdir, compare_files, copy, "
+ "information. Commands available are: chdir, compare_files, copy, "
"copy_directory, copy_if_different, echo, echo_append, environment, "
"make_directory, md5sum, remove, remove_directory, rename, tar, time, "
"touch, touch_nocreate. In addition, some platform specific commands "