diff options
author | Brad King <brad.king@kitware.com> | 2013-10-16 16:54:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-16 20:24:51 (GMT) |
commit | 9b212ad01a31bebe30975ab43a6a675eb78f9144 (patch) | |
tree | 6066e4fc9ed2a2972185a419439429a74dc78793 /Source/cmakemain.cxx | |
parent | 5dde65ac5b1ecdcc5b47bdba1b806a25fe6d3402 (diff) | |
download | CMake-9b212ad01a31bebe30975ab43a6a675eb78f9144.zip CMake-9b212ad01a31bebe30975ab43a6a675eb78f9144.tar.gz CMake-9b212ad01a31bebe30975ab43a6a675eb78f9144.tar.bz2 |
Make --help-* options available from all command-line tools
Make the standard --help-* options available from all command-line
tools. Drop options that are no longer supported:
--copyright, --help-full, --help-html, --help-man,
--help-compatcommands, --help-custom-modules
De-duplicate Help/manual/*.1.rst help options by using an
OPTIONS_HELP.txt file included from each manual.
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r-- | Source/cmakemain.cxx | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index 6e2125f..5b534f0 100644 --- a/Source/cmakemain.cxx +++ b/Source/cmakemain.cxx @@ -79,27 +79,6 @@ static const char * cmDocumentationOptions[][2] = {"--no-warn-unused-cli", "Don't warn about command line options."}, {"--check-system-vars", "Find problems with variable usage in system " "files."}, - {"--help-command cmd [file]", "Print help for a single command and exit."}, - {"--help-command-list [file]", "List available listfile commands and exit."}, - {"--help-commands [file]", "Print help for all commands and exit."}, - {"--help-compatcommands [file]", "Print help for compatibility commands. "}, - {"--help-module module [file]", "Print help for a single module and exit."}, - {"--help-module-list [file]", "List available modules and exit."}, - {"--help-modules [file]", "Print help for all modules and exit."}, - {"--help-custom-modules [file]" , "Print help for all custom modules and " - "exit."}, - {"--help-policy cmp [file]", - "Print help for a single policy and exit."}, - {"--help-policy-list [file]", "List available policies and exit."}, - {"--help-policies [file]", "Print help for all policies and exit."}, - {"--help-property prop [file]", - "Print help for a single property and exit."}, - {"--help-property-list [file]", "List available properties and exit."}, - {"--help-properties [file]", "Print help for all properties and exit."}, - {"--help-variable var [file]", - "Print help for a single variable and exit."}, - {"--help-variable-list [file]", "List documented variables and exit."}, - {"--help-variables [file]", "Print help for all variables and exit."}, {0,0} }; |