mirror of https://github.com/apache/maven.git
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:
parent
434431ec8d
commit
30dbc6db99
|
@ -119,7 +119,7 @@ public class CLIManager
|
||||||
|
|
||||||
// Adding this back in for compatibility with the verifier that hard codes this option.
|
// 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 )
|
public CommandLine parse( String[] args )
|
||||||
|
|
Loading…
Reference in New Issue