summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorMatt McCormick <matt.mccormick@kitware.com>2011-09-06 12:28:20 (GMT)
committerDavid Cole <david.cole@kitware.com>2011-09-06 21:42:32 (GMT)
commit96d106a78d1dc634cc635678afa399f1f5e15ff3 (patch)
treecbbd9679294ed8b56b7a7615b0d0f7649d290e0c /Source/cmake.cxx
parent527a40f06fc7f0ea6aa9c1fe96fb0fe5611fa633 (diff)
downloadCMake-96d106a78d1dc634cc635678afa399f1f5e15ff3.zip
CMake-96d106a78d1dc634cc635678afa399f1f5e15ff3.tar.gz
CMake-96d106a78d1dc634cc635678afa399f1f5e15ff3.tar.bz2
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/cmake.cxx')
-rw-r--r--Source/cmake.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 2b8c718..a7924a4 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -1112,7 +1112,6 @@ void CMakeCommandUsage(const char* program)
errorStream
<< "Usage: " << program << " -E [command] [arguments ...]\n"
<< "Available commands: \n"
- << " build build_dir - build the project in build_dir.\n"
<< " chdir dir cmd [args]... - run command in a given directory\n"
<< " compare_files file1 file2 - check if file1 is same as file2\n"
<< " copy file destination - copy file to destination (either file "