Fixed help.

This commit is contained in:
Berk Geveci 2001-12-03 15:11:03 -05:00
parent 07363b8318
commit a987b6bf47
1 changed files with 3 additions and 2 deletions

View File

@ -77,8 +77,9 @@ void cmake::Usage(const char* program)
{
std::cerr << "\"" << i->c_str() << "\" ";
}
std::cerr << "\n-DVAR:TYPE=VALUE (create a cache file entry)\n";
std::cerr << ")\n";
std::cerr << ")";
std::cerr << "\n-DVAR:TYPE=VALUE (create a cache file entry)";
std::cerr << "\n-i (puts cmake in wizard mode)\n";
}
// Parse the args