summaryrefslogtreecommitdiffstats
path: root/Source/cmAddTestCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-12-30 12:47:03 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-12-30 12:47:03 (GMT)
commit455b262cfeaedaa9f472e4f80160fd06d9331459 (patch)
treebfb329a39ac5fd2c51d7fdc896aab3704555ea0c /Source/cmAddTestCommand.h
parent1bf59ded665ebd20b2633a43abab4a89d34fff4f (diff)
downloadCMake-455b262cfeaedaa9f472e4f80160fd06d9331459.zip
CMake-455b262cfeaedaa9f472e4f80160fd06d9331459.tar.gz
CMake-455b262cfeaedaa9f472e4f80160fd06d9331459.tar.bz2
ENH: clean up docs some
Diffstat (limited to 'Source/cmAddTestCommand.h')
-rw-r--r--Source/cmAddTestCommand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmAddTestCommand.h b/Source/cmAddTestCommand.h
index 61d4091..2473013 100644
--- a/Source/cmAddTestCommand.h
+++ b/Source/cmAddTestCommand.h
@@ -67,12 +67,12 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "ADD_TEST(testname exename arg1 arg2 arg3 ...)\n"
+ "ADD_TEST(testname Exename arg1 arg2 arg3 ...)\n"
"If the ENABLE_TESTING command has been run, this command adds a"
"test target to the current directory. If ENABLE_TESTING has not"
"been run, this command does nothing.\n"
- "The tests are run by the testing subsystem by executing exename "
- "with the specified arguments. exename can be either an executable "
+ "The tests are run by the testing subsystem by executing Exename "
+ "with the specified arguments. Exename can be either an executable "
"built by built by this project or an arbitrary executable on the "
"system (like tclsh).";
}