You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2009/02/24 04:37:54 UTC

svn commit: r747268 - /maven/components/branches/maven-2.1.x/maven-core/src/main/java/org/apache/maven/cli/CLIManager.java

Author: brett
Date: Tue Feb 24 03:37:54 2009
New Revision: 747268

URL: http://svn.apache.org/viewvc?rev=747268&view=rev
Log:
[MNG-553] change enc to encrypt to avoid confusion with "encoding"

Modified:
    maven/components/branches/maven-2.1.x/maven-core/src/main/java/org/apache/maven/cli/CLIManager.java

Modified: maven/components/branches/maven-2.1.x/maven-core/src/main/java/org/apache/maven/cli/CLIManager.java
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/maven-core/src/main/java/org/apache/maven/cli/CLIManager.java?rev=747268&r1=747267&r2=747268&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.x/maven-core/src/main/java/org/apache/maven/cli/CLIManager.java (original)
+++ maven/components/branches/maven-2.1.x/maven-core/src/main/java/org/apache/maven/cli/CLIManager.java Tue Feb 24 03:37:54 2009
@@ -102,11 +102,11 @@
                                         .withDescription( "Display version information" )
                                         .create( VERSION ) );
 
-        options.addOption( OptionBuilder.withLongOpt( "enc-master-passwd" )
+        options.addOption( OptionBuilder.withLongOpt( "encrypt-master-passwd" )
                            .hasArg()
                            .withDescription( "Encrypt master security password" )
                            .create( ENCRYPT_MASTER_PASSWORD ) );
-        options.addOption( OptionBuilder.withLongOpt( "enc-passwd" )
+        options.addOption( OptionBuilder.withLongOpt( "encrypt-passwd" )
                            .hasArg()
                            .withDescription( "Encrypt server password" )
                            .create( ENCRYPT_PASSWORD ) );