diff options
Diffstat (limited to 'Source/cmSubdirCommand.h')
-rw-r--r-- | Source/cmSubdirCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmSubdirCommand.h b/Source/cmSubdirCommand.h index 8043126..ef7f5e8 100644 --- a/Source/cmSubdirCommand.h +++ b/Source/cmSubdirCommand.h @@ -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."; } |