Merge topic 'fix-12446-no-cmake-E-build'

96d106a CMake: Remove documentation for -E build (#12446)
This commit is contained in:
David Cole 2011-09-07 15:39:21 -04:00 committed by CMake Topic Stage
commit 4e3d428cc3
2 changed files with 1 additions and 2 deletions

View File

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

View File

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