Преглед на файлове

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"