diff options
author | Nicolas Despres <nicolas.despres@gmail.com> | 2011-10-12 13:52:20 (GMT) |
---|---|---|
committer | Nicolas Despres <nicolas.despres@gmail.com> | 2011-10-23 20:18:14 (GMT) |
commit | 3353d84c14c5421bf4a6a1b013652b1f6c6917df (patch) | |
tree | 9fe41e01788ed179a1621173cd41f3e83be8a965 /Source/cmDocumentation.cxx | |
parent | 1b612caafe6ffb8804fb8deac6cf877a9e7c5565 (diff) | |
download | CMake-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.cxx | 2 |
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 " |