[Cmake-commits] [cmake-commits] zach.mullen committed ctest.cxx 1.111 1.112

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Nov 5 15:25:27 EST 2009


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

Modified Files:
	ctest.cxx 
Log Message:
Doc --help-command, --help-command-list, --help-commands for ctest.  (bug 9833)


Index: ctest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/ctest.cxx,v
retrieving revision 1.111
retrieving revision 1.112
diff -C 2 -d -r1.111 -r1.112
*** ctest.cxx	4 Nov 2009 15:24:30 -0000	1.111
--- ctest.cxx	5 Nov 2009 20:25:24 -0000	1.112
***************
*** 216,219 ****
--- 216,226 ----
     "multiple times and submit all stages to the same dashboard (Dart2 "
     "required). Each execution requires different index." },
+   {"--help-command <cmd> [<file>]", "Show help for a single command and exit.",
+    "Prints the help for the command to stdout or to the specified file." },
+   {"--help-command-list [<file>]", "List available commands and exit.",
+    "Prints the list of all available listfile commands to stdout or the "
+    "specified file." },
+   {"--help-commands [<file>]", "Print help for all commands and exit.",
+    "Prints the help for all commands to stdout or to the specified file." },
    {0,0,0}
  };



More information about the Cmake-commits mailing list