summaryrefslogtreecommitdiffstats
path: root/Source/cmakemain.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-17 12:57:45 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-10-17 12:57:45 (GMT)
commit8f2b0c330706fe479fb0804b3526bf28503cd52a (patch)
treea9fec60998ed8a05e189fd0d454b8830e2c54977 /Source/cmakemain.cxx
parentfa8fc51aec1ca6454bb0a65a95d8792680283724 (diff)
parent9b212ad01a31bebe30975ab43a6a675eb78f9144 (diff)
downloadCMake-8f2b0c330706fe479fb0804b3526bf28503cd52a.zip
CMake-8f2b0c330706fe479fb0804b3526bf28503cd52a.tar.gz
CMake-8f2b0c330706fe479fb0804b3526bf28503cd52a.tar.bz2
Merge topic 'help-manual-cleanup'
9b212ad Make --help-* options available from all command-line tools 5dde65a Help: De-duplicate manual/(cmake|ccmake).1.rst build options ae944d1 Help: Organize manual/*.1.rst sections 4f7d708 Help: Drop leftover conversion content from manual/*.1.rst
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r--Source/cmakemain.cxx21
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}
};