documentation change

This commit is contained in:
Ken Martin
2001-06-27 13:14:34 -04:00
parent cdb3f325b5
commit 5579ee31d5
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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.";
}