diff options
author | David Cole <david.cole@kitware.com> | 2011-02-04 16:36:21 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2011-02-04 16:45:26 (GMT) |
commit | 1019d8272758ba615aface2291faca2bd53a5f0b (patch) | |
tree | c7c265e26277655dea40bf45911a14a79345960b /Source/cmakemain.cxx | |
parent | 2434d8826ee193f38090d97f73bdbf276bf7df10 (diff) | |
download | CMake-1019d8272758ba615aface2291faca2bd53a5f0b.zip CMake-1019d8272758ba615aface2291faca2bd53a5f0b.tar.gz CMake-1019d8272758ba615aface2291faca2bd53a5f0b.tar.bz2 |
Documentation: Sync two differing copies of -E docs (#10446)
Alphabetize both lists. Put platform-specific docs in both places too.
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r-- | Source/cmakemain.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index c63f667..a5dca18 100644 --- a/Source/cmakemain.cxx +++ b/Source/cmakemain.cxx @@ -71,13 +71,13 @@ 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: chdir, copy, copy_if_different " - "copy_directory, compare_files, echo, echo_append, environment, " - "make_directory, md5sum, remove_directory, remove, tar, time, " + "information. Commands available are: build, 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 " "are available. " - "Windows: comspec, delete_regv, write_regv. " - "UNIX: create_symlink."}, + "On Windows: comspec, delete_regv, write_regv. " + "On UNIX: create_symlink."}, {"-i", "Run in wizard mode.", "Wizard mode runs cmake interactively without a GUI. The user is " "prompted to answer questions about the project configuration. " |