[cmake-commits] hoffman committed cmakemain.cxx 1.74 1.75

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Dec 13 15:11:12 EST 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv16848

Modified Files:
	cmakemain.cxx 
Log Message:
ENH: fix docs


Index: cmakemain.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmakemain.cxx,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- cmakemain.cxx	19 Nov 2007 18:42:54 -0000	1.74
+++ cmakemain.cxx	13 Dec 2007 20:11:09 -0000	1.75
@@ -168,7 +168,7 @@
    "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."



More information about the Cmake-commits mailing list