o Fixed typo

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@654758 13f79535-47bb-0310-9956-ffa450edef68
master
Benjamin Bentmann 2008-05-09 11:14:52 +00:00
parent b431a45cbe
commit 27cb7927a9
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ public class PluginHelpGenerator
writer.write( " private static final int DEFAULT_INDENT = 2;" + LS );
writer.write( LS );
writer.write( " /**" + LS );
writer.write( " * If true, display all settable properies for each goal." + LS );
writer.write( " * If <code>true</code>, display all settable properties for each goal." + LS );
writer.write( " *" + LS );
writer.write( " * @parameter expression=\"${detail}\" default-value=\"false\"" + LS );
writer.write( " */" + LS );