diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-12-20 22:49:38 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-12-20 22:49:38 (GMT) |
commit | 355b1f23afd6809edb9ed1924c0112d02d4c8f85 (patch) | |
tree | 418d66cceaa6b55f3dca2b87f61e690d54536c06 /Source/cmCreateTestSourceList.h | |
parent | f69a6a7c8ca61b71991b9ec38e04a4eb932f35b6 (diff) | |
download | CMake-355b1f23afd6809edb9ed1924c0112d02d4c8f85.zip CMake-355b1f23afd6809edb9ed1924c0112d02d4c8f85.tar.gz CMake-355b1f23afd6809edb9ed1924c0112d02d4c8f85.tar.bz2 |
STYLE: make formatting of help a bit more consistent
Alex
Diffstat (limited to 'Source/cmCreateTestSourceList.h')
-rw-r--r-- | Source/cmCreateTestSourceList.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmCreateTestSourceList.h b/Source/cmCreateTestSourceList.h index 3e1f1dd..607b66f 100644 --- a/Source/cmCreateTestSourceList.h +++ b/Source/cmCreateTestSourceList.h @@ -60,7 +60,7 @@ public: virtual const char* GetFullDocumentation() { return - " create_test_sourcelist(SourceListName DriverName\n" + " create_test_sourcelist(sourceListName driverName\n" " test1 test2 test3\n" " EXTRA_INCLUDE include.h\n" " FUNCTION function)\n" @@ -68,7 +68,7 @@ public: "a single executable. This is useful when building static executables " "with large libraries to shrink the total required size. " "The list of source files " - "needed to build the test driver will be in SourceListName. " + "needed to build the test driver will be in sourceListName. " "DriverName is the name of the test driver program. The rest of " "the arguments consist of a list of test source files, can be " "semicolon separated. Each test source file should have a function in " |