Add to usage

This commit is contained in:
Andy Cedilnik 2002-12-09 16:23:12 -05:00
parent c720d473b3
commit ad3478cd1d
1 changed files with 4 additions and 1 deletions

View File

@ -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;
}