diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-05-10 21:53:24 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-05-10 21:53:24 (GMT) |
commit | 04016278c6e4deed1b763dce9c0aa9b8bc06afae (patch) | |
tree | 5106c746ec7b59343b0d0a17008a625452903bb4 /Source/cmakemain.cxx | |
parent | 9255e40d81ea587bba21081dbae3732e0a6a2d80 (diff) | |
download | CMake-04016278c6e4deed1b763dce9c0aa9b8bc06afae.zip CMake-04016278c6e4deed1b763dce9c0aa9b8bc06afae.tar.gz CMake-04016278c6e4deed1b763dce9c0aa9b8bc06afae.tar.bz2 |
BUG: Move documentation so that it does not apear in ctest
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r-- | Source/cmakemain.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index 2e7ff84..663a3b5 100644 --- a/Source/cmakemain.cxx +++ b/Source/cmakemain.cxx @@ -72,6 +72,12 @@ static const cmDocumentationEntry cmDocumentationOptions[] = "each variable."}, {"-N", "View mode only.", "Only load the cache. Do not actually run configure and generate steps."}, + {"--help-command cmd [file]", "Print help for a single command and exit.", + "Full documentation specific to the given command is displayed."}, + {"--help-command-list [file]", "List available listfile commands and exit.", + "The list contains all commands for which help may be obtained by using " + "the --help-command argument followed by a command name. If a file is " + "specified, the help is written into it."}, {0,0,0} }; |