mirror of https://github.com/apache/maven.git
o Fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@728100 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
807bb6ddc7
commit
088b7c6241
|
@ -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( "Ineffective, only kept for backward compatibility" ).create( "npr" ) );
|
||||
}
|
||||
|
||||
public CommandLine parse( String[] args )
|
||||
|
|
Loading…
Reference in New Issue