浏览代码

STYLE: lowercase ctest_test() in the documentation

Alex
Alexander Neundorf 17 年之前
父节点
当前提交
3b0862749d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/CTest/cmCTestTestCommand.h

+ 1 - 1
Source/CTest/cmCTestTestCommand.h

@@ -60,7 +60,7 @@ public:
   virtual const char* GetFullDocumentation()
     {
     return
-      "  CTEST_TEST([BUILD build_dir]\n"
+      "  ctest_test([BUILD build_dir]\n"
       "             [START start number] [END end number]\n"
       "             [STRIDE stride number] [EXCLUDE exclude regex ]\n"
       "             [INCLUDE include regex] [RETURN_VALUE res] )\n"