document the new --tempdir option
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Thu, 26 Nov 2009 14:53:53 +0100
changeset 5780 1ae8031ed08f
parent 5779 6642920ad056
child 5781 2557c340ea15
document the new --tempdir option
utils/test-runner.cc
--- a/utils/test-runner.cc	Wed Nov 25 11:41:55 2009 +0000
+++ b/utils/test-runner.cc	Thu Nov 26 14:53:53 2009 +0100
@@ -117,6 +117,7 @@
   if (doHelp)
     {
       std::cout << "  --basedir=dir:          Set the base directory (where to find src) to \"dir\"" << std::endl;
+      std::cout << "  --tempdir=dir:          Set the temporary directory (where to find data files) to \"dir\"" << std::endl;
       std::cout << "  --constrain=test-type:  Constrain checks to test suites of type \"test-type\"" << std::endl;
       std::cout << "  --help:                 Print this message" << std::endl;
       std::cout << "  --kinds:                List all of the available kinds of tests" << std::endl;