summaryrefslogtreecommitdiff
path: root/Source/cmSubdirCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-06-27 13:14:34 -0400
committerKen Martin <ken.martin@kitware.com>2001-06-27 13:14:34 -0400
commit5579ee31d567e7be07fa7353e968351eeb740116 (patch)
tree66b4a1087837a3d82cc45d9345f5be12eeed1277 /Source/cmSubdirCommand.h
parentcdb3f325b5a4168cea895ec0e4ee517ad052fa4a (diff)
downloadcmake-5579ee31d567e7be07fa7353e968351eeb740116.tar.gz
documentation change
Diffstat (limited to 'Source/cmSubdirCommand.h')
-rw-r--r--Source/cmSubdirCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmSubdirCommand.h b/Source/cmSubdirCommand.h
index 804312617b..ef7f5e856e 100644
--- a/Source/cmSubdirCommand.h
+++ b/Source/cmSubdirCommand.h
@@ -88,8 +88,8 @@ public:
{
return
"SUBDIRS(dir1 dir2 ...)\n"
- "Add a list of subdirectories to the build.\n"
- "This will cause any CMakeLists.txt files in the sub directories\n"
+ "Add a list of subdirectories to the build. "
+ "This will cause any CMakeLists.txt files in the sub directories "
"to be processed by CMake.";
}