summaryrefslogtreecommitdiff
path: root/Source/cmSubdirCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2009-09-03 15:58:22 -0400
committerKen Martin <ken.martin@kitware.com>2009-09-03 15:58:22 -0400
commit766f6608bf27c1e9134ba9413e33450f7af99d8d (patch)
tree6aee95f73dde71dab9d2d554e954751cc9365467 /Source/cmSubdirCommand.h
parent7f6ff73396c5937ed59ff569edaca7053044c5f9 (diff)
downloadcmake-766f6608bf27c1e9134ba9413e33450f7af99d8d.tar.gz
some white space fixes for the book
Diffstat (limited to 'Source/cmSubdirCommand.h')
-rw-r--r--Source/cmSubdirCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSubdirCommand.h b/Source/cmSubdirCommand.h
index 8a1cbbcf20..cc7ae506e5 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 "