summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentation.cxx
diff options
context:
space:
mode:
authorNicolas Despres <nicolas.despres@gmail.com>2011-10-12 13:52:20 (GMT)
committerNicolas Despres <nicolas.despres@gmail.com>2011-10-23 20:18:14 (GMT)
commit3353d84c14c5421bf4a6a1b013652b1f6c6917df (patch)
tree9fe41e01788ed179a1621173cd41f3e83be8a965 /Source/cmDocumentation.cxx
parent1b612caafe6ffb8804fb8deac6cf877a9e7c5565 (diff)
downloadCMake-3353d84c14c5421bf4a6a1b013652b1f6c6917df.zip
CMake-3353d84c14c5421bf4a6a1b013652b1f6c6917df.tar.gz
CMake-3353d84c14c5421bf4a6a1b013652b1f6c6917df.tar.bz2
Usage: Document all options printing usage information.
Diffstat (limited to 'Source/cmDocumentation.cxx')
-rw-r--r--Source/cmDocumentation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx
index 5e56b29..ef53d4a 100644
--- a/Source/cmDocumentation.cxx
+++ b/Source/cmDocumentation.cxx
@@ -21,7 +21,7 @@ static const char *cmDocumentationStandardOptions[][3] =
{
{"--copyright [file]", "Print the CMake copyright and exit.",
"If a file is specified, the copyright is written into it."},
- {"--help", "Print usage information and exit.",
+ {"--help,-help,-usage,-h,-H,/?", "Print usage information and exit.",
"Usage describes the basic command line interface and its options."},
{"--help-full [file]", "Print full help and exit.",
"Full help displays most of the documentation provided by the UNIX "