diff options
Diffstat (limited to 'Source/cmDumpDocumentation.cxx')
-rw-r--r-- | Source/cmDumpDocumentation.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDumpDocumentation.cxx b/Source/cmDumpDocumentation.cxx index 65447dd..493d70f 100644 --- a/Source/cmDumpDocumentation.cxx +++ b/Source/cmDumpDocumentation.cxx @@ -51,7 +51,8 @@ static const cmDocumentationEntry cmDocumentationDescription[] = //---------------------------------------------------------------------------- static const cmDocumentationEntry cmDocumentationOptions[] = { - {"--all-for-coverage", "Dump all documentation to stdout. For testing.", 0}, + {"--all-for-coverage", + "Dump all documentation to stdout. For testing.", 0}, {0,0,0} }; |