diff options
Diffstat (limited to 'Source/CTest/cmCTestReadCustomFilesCommand.h')
-rw-r--r-- | Source/CTest/cmCTestReadCustomFilesCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestReadCustomFilesCommand.h b/Source/CTest/cmCTestReadCustomFilesCommand.h index 08febdf..cb870af 100644 --- a/Source/CTest/cmCTestReadCustomFilesCommand.h +++ b/Source/CTest/cmCTestReadCustomFilesCommand.h @@ -67,8 +67,8 @@ public: { return " CTEST_READ_CUSTOM_FILES( directory ... )\n" - "Read all the CTestCustom.ctest or CTestCustom.cmake files from the given " - "directory."; + "Read all the CTestCustom.ctest or CTestCustom.cmake files from " + "the given directory."; } cmTypeMacro(cmCTestReadCustomFilesCommand, cmCTestCommand); |