diff options
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 59f87c0..28e6030 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -396,7 +396,7 @@ int cmMakefile::DumpDocumentationToFile(const char *fileName) terse = (*j).second->TerseDocumentation(); full = (*j).second->FullDocumentation(); f << name << " - " << terse << std::endl - << "\t" << full << std::endl << std::endl; + << "Usage: " << full << std::endl << std::endl; } |