o fix typo

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@728071 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2008-12-19 17:14:15 +00:00
parent 434431ec8d
commit 30dbc6db99
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ public class CLIManager
// Adding this back in for compatibility with the verifier that hard codes this option.
options.addOption( OptionBuilder.withLongOpt( "--no-plugin-registry" ).withDescription( "Display version information WITHOUT stopping build" ).create( "npr" ) );
options.addOption( OptionBuilder.withLongOpt( "no-plugin-registry" ).withDescription( "Display version information WITHOUT stopping build" ).create( "npr" ) );
}
public CommandLine parse( String[] args )