summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-12-09 21:23:12 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-12-09 21:23:12 (GMT)
commitad3478cd1daa50f094827a9e8687ef06b29aed44 (patch)
tree3174c56cb752c1cfe9d0924050d585dd27540de0
parentc720d473b3fef8c96989ab78cd4eafe82c7e4ed9 (diff)
downloadCMake-ad3478cd1daa50f094827a9e8687ef06b29aed44.zip
CMake-ad3478cd1daa50f094827a9e8687ef06b29aed44.tar.gz
CMake-ad3478cd1daa50f094827a9e8687ef06b29aed44.tar.bz2
Add to usage
-rw-r--r--Source/cmaketest.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmaketest.cxx b/Source/cmaketest.cxx
index e82946c..e3c4039 100644
--- a/Source/cmaketest.cxx
+++ b/Source/cmaketest.cxx
@@ -42,7 +42,10 @@ int do_cmaketest (int argc, char **argv)
{
if (argc < 4)
{
- std::cerr << "Usage: " << argv[0] << " test-src-dir test-bin-dir test-executable\n";
+ std::cerr << "Usage: " << argv[0]
+ << " test-src-dir test-bin-dir test-executable" << std::endl;
+ std::cerr << "\tOptional arguments: executable-directory project-name " << std::endl
+ << "\t CMAKE_ARGS argument ...\n";
return 1;
}