summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestEmptyBinaryDirectoryCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CTest/cmCTestEmptyBinaryDirectoryCommand.h')
-rw-r--r--Source/CTest/cmCTestEmptyBinaryDirectoryCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestEmptyBinaryDirectoryCommand.h b/Source/CTest/cmCTestEmptyBinaryDirectoryCommand.h
index 0586bb0..2c737a7 100644
--- a/Source/CTest/cmCTestEmptyBinaryDirectoryCommand.h
+++ b/Source/CTest/cmCTestEmptyBinaryDirectoryCommand.h
@@ -53,7 +53,7 @@ public:
/**
* The name of the command as specified in CMakeList.txt.
*/
- virtual const char* GetName() { return "CTEST_EMPTY_BINARY_DIRECTORY";}
+ virtual const char* GetName() { return "ctest_empty_binary_directory";}
/**
* Succinct documentation.
@@ -69,7 +69,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
- " CTEST_EMPTY_BINARY_DIRECTORY( directory )\n"
+ " ctest_empty_binary_directory( directory )\n"
"Removes a binary directory. This command will perform some checks "
"prior to deleting the directory in an attempt to avoid malicious "
"or accidental directory deletion.";