summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-12-13 20:11:09 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-12-13 20:11:09 (GMT)
commitb9520e00cb17151f2cdda90d06e037dd18daf1d0 (patch)
tree7ab72c41eda2f5ec33870c4000321788cc6fcf25 /Source
parentb1598e1dfc0b1b96b0a5137f7392961739842d18 (diff)
downloadCMake-b9520e00cb17151f2cdda90d06e037dd18daf1d0.zip
CMake-b9520e00cb17151f2cdda90d06e037dd18daf1d0.tar.gz
CMake-b9520e00cb17151f2cdda90d06e037dd18daf1d0.tar.bz2
ENH: fix docs
Diffstat (limited to 'Source')
-rw-r--r--Source/cmakemain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx
index 8d38f70..ebc547a 100644
--- a/Source/cmakemain.cxx
+++ b/Source/cmakemain.cxx
@@ -168,7 +168,7 @@ static const char * cmDocumentationOptions[][3] =
"If a file is specified, the documentation is written into and the output "
"format is determined depending on the filename suffix. Supported are man "
"page, HTML and plain text."},
- {"--help-Variable-list [file]", "List documented variables and exit.",
+ {"--help-variable-list [file]", "List documented variables and exit.",
"The list contains all variables for which help may be obtained by using "
"the --help-variable argument followed by a variable name. If a file is "
"specified, the help is written into it."