diff options
Diffstat (limited to 'Source/CTest/cmCTestSubmitCommand.h')
-rw-r--r-- | Source/CTest/cmCTestSubmitCommand.h | 2 |
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."; } |