diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-05-10 17:53:24 -0400 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-05-10 17:53:24 -0400 |
commit | 04016278c6e4deed1b763dce9c0aa9b8bc06afae (patch) | |
tree | 5106c746ec7b59343b0d0a17008a625452903bb4 /Source/cmDocumentation.cxx | |
parent | 9255e40d81ea587bba21081dbae3732e0a6a2d80 (diff) | |
download | cmake-04016278c6e4deed1b763dce9c0aa9b8bc06afae.tar.gz |
BUG: Move documentation so that it does not apear in ctest
Diffstat (limited to 'Source/cmDocumentation.cxx')
-rw-r--r-- | Source/cmDocumentation.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx index 8e1fbba9ea..dfb745e0df 100644 --- a/Source/cmDocumentation.cxx +++ b/Source/cmDocumentation.cxx @@ -25,12 +25,6 @@ static const cmDocumentationEntry cmDocumentationStandardOptions[] = "If a file is specified, the copyright is written into it."}, {"--help", "Print usage information and exit.", "Usage describes the basic command line interface and its options."}, - {"--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."}, {"--help-full [file]", "Print full help and exit.", "Full help displays most of the documentation provided by the UNIX " "man page. It is provided for use on non-UNIX platforms, but is " |