diff options
Diffstat (limited to 'Source/cmSubdirCommand.h')
-rw-r--r-- | Source/cmSubdirCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmSubdirCommand.h b/Source/cmSubdirCommand.h index 1e79bd8..8a1cbbc 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. " |