summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestReadCustomFilesCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CTest/cmCTestReadCustomFilesCommand.h')
-rw-r--r--Source/CTest/cmCTestReadCustomFilesCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestReadCustomFilesCommand.h b/Source/CTest/cmCTestReadCustomFilesCommand.h
index dd23d41..71b5c4e 100644
--- a/Source/CTest/cmCTestReadCustomFilesCommand.h
+++ b/Source/CTest/cmCTestReadCustomFilesCommand.h
@@ -51,7 +51,7 @@ public:
/**
* The name of the command as specified in CMakeList.txt.
*/
- virtual const char* GetName() { return "CTEST_READ_CUSTOM_FILES";}
+ virtual const char* GetName() { return "ctest_read_custom_files";}
/**
* Succinct documentation.
@@ -67,7 +67,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
- " CTEST_READ_CUSTOM_FILES( directory ... )\n"
+ " ctest_read_custom_files( directory ... )\n"
"Read all the CTestCustom.ctest or CTestCustom.cmake files from "
"the given directory.";
}