ENH: Cleanup the help a bit
This commit is contained in:
parent
300e6c98c1
commit
0e3b1febbb
|
@ -547,6 +547,11 @@ void cmDocumentation::PrintSectionUsage(std::ostream& os,
|
||||||
{
|
{
|
||||||
os << " ";
|
os << " ";
|
||||||
}
|
}
|
||||||
|
if ( strlen(op->name) > strlen(this->TextIndent)-4 )
|
||||||
|
{
|
||||||
|
os << "\n";
|
||||||
|
os.write(this->TextIndent, strlen(this->TextIndent)-2);
|
||||||
|
}
|
||||||
os << "= ";
|
os << "= ";
|
||||||
this->PrintColumn(os, op->brief);
|
this->PrintColumn(os, op->brief);
|
||||||
os << "\n";
|
os << "\n";
|
||||||
|
|
Loading…
Reference in New Issue