summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestSubmitCommand.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-04 15:13:35 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-04 15:13:35 (GMT)
commit9619d54003970f9160b31ad6e04c85b1812faf3f (patch)
treee64ba872c0c683417d41dd884decce63c4488c9e /Source/CTest/cmCTestSubmitCommand.h
parent082b3b44d73b19aa1461eaa91e228317d9373d67 (diff)
downloadCMake-9619d54003970f9160b31ad6e04c85b1812faf3f.zip
CMake-9619d54003970f9160b31ad6e04c85b1812faf3f.tar.gz
CMake-9619d54003970f9160b31ad6e04c85b1812faf3f.tar.bz2
ENH: Improve syntax
Diffstat (limited to 'Source/CTest/cmCTestSubmitCommand.h')
-rw-r--r--Source/CTest/cmCTestSubmitCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestSubmitCommand.h b/Source/CTest/cmCTestSubmitCommand.h
index e71d34c..8eb0771 100644
--- a/Source/CTest/cmCTestSubmitCommand.h
+++ b/Source/CTest/cmCTestSubmitCommand.h
@@ -66,7 +66,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
- " CTEST_SUBMIT(res)\n"
+ " CTEST_SUBMIT([RETURN_VALUE res])\n"
"Submits the test results for the project.";
}