fixed typo

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1342964 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2012-05-26 20:58:09 +00:00
parent 6cc24a1747
commit d6f76bfc90
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ public class HelpMojo
Xpp3Dom fieldConfigurationElement = configurationElement.getChild( name.getValue() );
if ( fieldConfigurationElement != null && fieldConfigurationElement.getValue() != null )
{
append( sb, name.getValue() + "(Default: " + configurationElement.getChild(
append( sb, name.getValue() + " (default: " + configurationElement.getChild(
name.getValue() ).getAttribute( "default-value" ) + ")", 2 );
}