summaryrefslogtreecommitdiff
path: root/Source/cmakemain.cxx
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2010-03-21 12:20:48 +0100
committerDavid Cole <david.cole@kitware.com>2011-02-04 11:45:20 -0500
commit2434d8826ee193f38090d97f73bdbf276bf7df10 (patch)
tree4d81ce83f2218f950e7f13753c3e2fe88267f3f7 /Source/cmakemain.cxx
parentaa78a60ca65b37472a6cb217a269ebd5e1a37b6e (diff)
downloadcmake-2434d8826ee193f38090d97f73bdbf276bf7df10.tar.gz
Documentation: document platform specific -E commands (#10446)
Signed-off-by: Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r--Source/cmakemain.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx
index a51673cb95..c63f6671d5 100644
--- a/Source/cmakemain.cxx
+++ b/Source/cmakemain.cxx
@@ -74,8 +74,10 @@ static const char * cmDocumentationOptions[][3] =
"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, "
- "touch, touch_nocreate, write_regv, delete_regv, comspec, "
- "create_symlink."},
+ "touch, touch_nocreate. In addition, some platform specific commands "
+ "are available. "
+ "Windows: comspec, delete_regv, write_regv. "
+ "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. "