diff options
Diffstat (limited to 'Source/cmProjectRule.h')
-rw-r--r-- | Source/cmProjectRule.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmProjectRule.h b/Source/cmProjectRule.h index ef9cb2d..0560ab1 100644 --- a/Source/cmProjectRule.h +++ b/Source/cmProjectRule.h @@ -68,8 +68,8 @@ public: virtual const char* FullDocumentation() { return - "Set the name for the entire project. This takes one argument.\n" - "PROJECT(projectname)"; + "PROJECT(projectname)\n" + "Set the name for the entire project. This takes one argument."; } }; |