From 766f6608bf27c1e9134ba9413e33450f7af99d8d Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 3 Sep 2009 15:58:22 -0400 Subject: [PATCH] some white space fixes for the book --- Source/cmSubdirCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmSubdirCommand.h b/Source/cmSubdirCommand.h index 8a1cbbcf2..cc7ae506e 100644 --- a/Source/cmSubdirCommand.h +++ b/Source/cmSubdirCommand.h @@ -65,7 +65,7 @@ public: return "Add a list of subdirectories to the build.\n" " subdirs(dir1 dir2 ..." - "[EXCLUDE_FROM_ALL exclude_dir1 exclude_dir2 ...]\n + "[EXCLUDE_FROM_ALL exclude_dir1 exclude_dir2 ...]\n" " [PREORDER] )\n" "Add a list of subdirectories to the build. The add_subdirectory " "command should be used instead of subdirs although subdirs will "