diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-04 15:13:35 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-04 15:13:35 (GMT) |
commit | 9619d54003970f9160b31ad6e04c85b1812faf3f (patch) | |
tree | e64ba872c0c683417d41dd884decce63c4488c9e /Source/CTest/cmCTestUpdateCommand.h | |
parent | 082b3b44d73b19aa1461eaa91e228317d9373d67 (diff) | |
download | CMake-9619d54003970f9160b31ad6e04c85b1812faf3f.zip CMake-9619d54003970f9160b31ad6e04c85b1812faf3f.tar.gz CMake-9619d54003970f9160b31ad6e04c85b1812faf3f.tar.bz2 |
ENH: Improve syntax
Diffstat (limited to 'Source/CTest/cmCTestUpdateCommand.h')
-rw-r--r-- | Source/CTest/cmCTestUpdateCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestUpdateCommand.h b/Source/CTest/cmCTestUpdateCommand.h index ace980e..543e4b5 100644 --- a/Source/CTest/cmCTestUpdateCommand.h +++ b/Source/CTest/cmCTestUpdateCommand.h @@ -66,7 +66,7 @@ public: virtual const char* GetFullDocumentation() { return - " CTEST_UPDATE(source res)\n" + " CTEST_UPDATE([SOURCE source] [RETURN_VALUE res])\n" "Updates the given source directory and stores results in Update.xml. The " "second argument is a variable that will hold the number of files " "modified. If there is a problem, the variable will be -1."; |