summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixDefinesRule.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmUnixDefinesRule.h')
-rw-r--r--Source/cmUnixDefinesRule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmUnixDefinesRule.h b/Source/cmUnixDefinesRule.h
index fcf0170..86e488f 100644
--- a/Source/cmUnixDefinesRule.h
+++ b/Source/cmUnixDefinesRule.h
@@ -78,8 +78,8 @@ public:
virtual const char* FullDocumentation()
{
return
- "Add -D flags to the command line for Unix only.\n"
- "UNIX_DEFINES(-DFOO -DBAR)";
+ "UNIX_DEFINES(-DFOO -DBAR)\n"
+ "Add -D flags to the command line for Unix only.";
}
};