From 967d1b4c6fc025019ae5f52eb4aaa56f4fc95947 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Fri, 8 Aug 2003 08:48:57 -0400 Subject: ENH: Add help for cmake -E --- Source/cmakemain.cxx | 4 ++++ 1 file changed, 4 insertions(+) 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. " -- cgit v0.12