summaryrefslogtreecommitdiffstats
path: root/Source/cmSiteNameCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSiteNameCommand.h')
-rw-r--r--Source/cmSiteNameCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmSiteNameCommand.h b/Source/cmSiteNameCommand.h
index 465aeda..7c03268 100644
--- a/Source/cmSiteNameCommand.h
+++ b/Source/cmSiteNameCommand.h
@@ -49,7 +49,7 @@ public:
/**
* The name of the command as specified in CMakeList.txt.
*/
- virtual const char* GetName() {return "SITE_NAME";}
+ virtual const char* GetName() {return "site_name";}
/**
* Succinct documentation.
@@ -65,7 +65,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
- " SITE_NAME(variable)\n";
+ " site_name(variable)\n";
}
cmTypeMacro(cmSiteNameCommand, cmCommand);