summaryrefslogtreecommitdiffstats
path: root/Source/cmProjectCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmProjectCommand.h')
-rw-r--r--Source/cmProjectCommand.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmProjectCommand.h b/Source/cmProjectCommand.h
index dd4ae74..bd5aa20 100644
--- a/Source/cmProjectCommand.h
+++ b/Source/cmProjectCommand.h
@@ -65,9 +65,11 @@ public:
return
" PROJECT(projectname [CXX] [C] [Java])\n"
"Sets the name of the project. "
- "This creates the variables projectname_BINARY_DIR and projectname_SOURCE_DIR. "
+ "This creates the variables projectname_BINARY_DIR and "
+ "projectname_SOURCE_DIR. "
"Optionally you can specify which languages your project supports. "
- "By default all languages are supported. If you do not have a C++ compiler, but want"
+ "By default all languages are supported. If you do not have a "
+ "C++ compiler, but want"
" to build a c program with cmake, then use this option.";
}