ENH: Cleanup the help a bit

This commit is contained in:
Andy Cedilnik 2005-07-18 11:32:02 -04:00
parent 300e6c98c1
commit 0e3b1febbb
1 changed files with 5 additions and 0 deletions

View File

@ -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";