From 04016278c6e4deed1b763dce9c0aa9b8bc06afae Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Mon, 10 May 2004 17:53:24 -0400 Subject: BUG: Move documentation so that it does not apear in ctest --- Source/cmDocumentation.cxx | 6 ------ Source/cmakemain.cxx | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx index 8e1fbba..dfb745e 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 " 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} }; -- cgit v0.12