mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 05:10:10 -05:00
Add to usage
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user