summaryrefslogtreecommitdiffstats
path: root/Source/cmakemain.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-08-08 12:48:57 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-08-08 12:48:57 (GMT)
commit967d1b4c6fc025019ae5f52eb4aaa56f4fc95947 (patch)
treec703d9312cc1b50847d54fa22eb70c4eec5f6adc /Source/cmakemain.cxx
parent0c6d02853edadfc98980cceecc49f7d491751632 (diff)
downloadCMake-967d1b4c6fc025019ae5f52eb4aaa56f4fc95947.zip
CMake-967d1b4c6fc025019ae5f52eb4aaa56f4fc95947.tar.gz
CMake-967d1b4c6fc025019ae5f52eb4aaa56f4fc95947.tar.bz2
ENH: Add help for cmake -E
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r--Source/cmakemain.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx
index c55f915..24176ca 100644
--- a/Source/cmakemain.cxx
+++ b/Source/cmakemain.cxx
@@ -53,6 +53,10 @@ static const cmDocumentationEntry cmDocumentationDescription[] =
static const cmDocumentationEntry cmDocumentationOptions[] =
{
CMAKE_STANDARD_OPTIONS_TABLE,
+ {"-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."},
{"-i", "Run in wizard mode.",
"Wizard mode runs cmake interactively without a GUI. The user is "
"prompted to answer questions about the project configuration. "