Fixed help.
This commit is contained in:
parent
07363b8318
commit
a987b6bf47
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue