summaryrefslogtreecommitdiffstats
path: root/Source/cmCreateTestSourceList.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-12-20 22:49:38 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-12-20 22:49:38 (GMT)
commit355b1f23afd6809edb9ed1924c0112d02d4c8f85 (patch)
tree418d66cceaa6b55f3dca2b87f61e690d54536c06 /Source/cmCreateTestSourceList.h
parentf69a6a7c8ca61b71991b9ec38e04a4eb932f35b6 (diff)
downloadCMake-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.h4
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 "