mirror of https://github.com/apache/maven.git
correct inconsistency in the description and the function
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@430229 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
87e9191936
commit
0dc9d8eaf2
|
@ -86,7 +86,7 @@ public class CLIManager
|
|||
OptionBuilder.withLongOpt( "version" ).withDescription( "Display version information" ).create(
|
||||
VERSION ) );
|
||||
options.addOption(
|
||||
OptionBuilder.withLongOpt( "quiet" ).withDescription( "Quiet output - only show warnings and errors" ).create(
|
||||
OptionBuilder.withLongOpt( "quiet" ).withDescription( "Quiet output - only show errors" ).create(
|
||||
QUIET ) );
|
||||
options.addOption(
|
||||
OptionBuilder.withLongOpt( "debug" ).withDescription( "Produce execution debug output" ).create(
|
||||
|
|
Loading…
Reference in New Issue