summaryrefslogtreecommitdiff
path: root/Source/cmSubdirCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2009-09-03 15:29:29 -0400
committerKen Martin <ken.martin@kitware.com>2009-09-03 15:29:29 -0400
commitf686dbecb6c25178954b8190e95a3a265e9b2813 (patch)
tree9007c583a292169aec33d7a193de95ca91e6ea41 /Source/cmSubdirCommand.h
parent5624be360e555f3a4505f69cae3f582b2e4e835a (diff)
downloadcmake-f686dbecb6c25178954b8190e95a3a265e9b2813.tar.gz
some white space fixes for the book
Diffstat (limited to 'Source/cmSubdirCommand.h')
-rw-r--r--Source/cmSubdirCommand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmSubdirCommand.h b/Source/cmSubdirCommand.h
index 1e79bd8ae8..8a1cbbcf20 100644
--- a/Source/cmSubdirCommand.h
+++ b/Source/cmSubdirCommand.h
@@ -65,7 +65,8 @@ public:
return
"Add a list of subdirectories to the build.\n"
" subdirs(dir1 dir2 ..."
- "[EXCLUDE_FROM_ALL exclude_dir1 exclude_dir2 ...] [PREORDER] )\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 "
"still work. "