summaryrefslogtreecommitdiff
path: root/Source/cmSubdirCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-01-25 17:05:55 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2007-01-25 17:05:55 -0500
commitd67ccb828da40598e3098a1812f25c13af2d3e84 (patch)
treeb41db629ed3bc2c30f225a4c60496f588339e298 /Source/cmSubdirCommand.h
parentbd531d3fae559666746e4072858ab404bed6107c (diff)
downloadcmake-d67ccb828da40598e3098a1812f25c13af2d3e84.tar.gz
BUG: remove early ;
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 c7cf1f2859..d46edd74f5 100644
--- a/Source/cmSubdirCommand.h
+++ b/Source/cmSubdirCommand.h
@@ -62,7 +62,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "Add a list of subdirectories to the build.\n";
+ "Add a list of subdirectories to the build.\n"
" SUBDIRS(dir1 dir2 ..."
"[EXCLUDE_FROM_ALL exclude_dir1 exclude_dir2 ...] [PREORDER] )\n"
"Add a list of subdirectories to the build. The ADD_SUBDIRECTORY "