Author: brett
Date: Thu Feb 26 14:50:47 2009
New Revision: 748167

URL: http://svn.apache.org/viewvc?rev=748167&view=rev
Log:
[MNG-553] expand option as suggested by Paul, Brian

Modified:
    maven/site/trunk/src/site/apt/guides/mini/guide-encryption.apt

Modified: maven/site/trunk/src/site/apt/guides/mini/guide-encryption.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/mini/guide-encryption.apt?rev=748167&r1=748166&r2=748167&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/mini/guide-encryption.apt (original)
+++ maven/site/trunk/src/site/apt/guides/mini/guide-encryption.apt Thu Feb 26 
14:50:47 2009
@@ -48,7 +48,7 @@
  Use the following command line:
  
 +------------------------------------+
-mvn --encrypt-master-passwd <password>
+mvn --encrypt-master-password <password>
 +------------------------------------+
 
  This command will prompt you for the master password and will produce an 
encrypted version of it, something like
@@ -74,7 +74,7 @@
  Use the following command line:
  
 +------------------------------------+
-mvn --encrypt-passwd <password>
+mvn --encrypt-password <password>
 +------------------------------------+
 
  This command will prompt you for a password and will produce an encrypted 
version of it, something like


Reply via email to