mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
ENH: Cleanup the help a bit
This commit is contained in:
@@ -547,6 +547,11 @@ void cmDocumentation::PrintSectionUsage(std::ostream& os,
|
||||
{
|
||||
os << " ";
|
||||
}
|
||||
if ( strlen(op->name) > strlen(this->TextIndent)-4 )
|
||||
{
|
||||
os << "\n";
|
||||
os.write(this->TextIndent, strlen(this->TextIndent)-2);
|
||||
}
|
||||
os << "= ";
|
||||
this->PrintColumn(os, op->brief);
|
||||
os << "\n";
|
||||
|
||||
Reference in New Issue
Block a user