Github user hboutemy commented on a diff in the pull request:

    https://github.com/apache/maven/pull/28#discussion_r19627514
  
    --- Diff: maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java 
---
    @@ -137,6 +139,7 @@ public CLIManager()
             options.addOption( OptionBuilder.withLongOpt( 
"encrypt-master-password" ).hasOptionalArg().withDescription( "Encrypt master 
security password" ).create( ENCRYPT_MASTER_PASSWORD ) );
             options.addOption( OptionBuilder.withLongOpt( "encrypt-password" 
).hasOptionalArg().withDescription( "Encrypt server password" ).create( 
ENCRYPT_PASSWORD ) );
             options.addOption( OptionBuilder.withLongOpt( "threads" 
).hasArg().withDescription( "Thread count, for instance 2.0C where C is core 
multiplied" ).create( THREADS ) );
    +        options.addOption( OptionBuilder.withLongOpt( 
"quiet_transfer_logs" ).withDescription( "quiets transfer logs, for example: 
downloading, uploading, bytes downloaded, etc.." ).create( QUIET_TRANSFER_LOGS) 
);
    --- End diff --
    
    "quiet-transfer-logs", for consistency with other options, please


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to