You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2006/05/09 20:36:29 UTC

svn commit: r405496 - /geronimo/branches/1.1/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandDistribute.java

Author: dain
Date: Tue May  9 11:36:28 2006
New Revision: 405496

URL: http://svn.apache.org/viewcvs?rev=405496&view=rev
Log:
Fixed lame typo

Modified:
    geronimo/branches/1.1/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandDistribute.java

Modified: geronimo/branches/1.1/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandDistribute.java
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandDistribute.java?rev=405496&r1=405495&r2=405496&view=diff
==============================================================================
--- geronimo/branches/1.1/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandDistribute.java (original)
+++ geronimo/branches/1.1/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandDistribute.java Tue May  9 11:36:28 2006
@@ -40,7 +40,7 @@
     public CommandDistribute() {
         super("distribute", "2. Other Commands", "[--inPlace] [--targets target;target;...] [module] [plan]",
                 "Processes a module and adds it to the server environment, but does "+
-                "not start it or mark it to be started in the future." +
+                "not start it or mark it to be started in the future. " +
                 "Normally both a module and plan are passed to the deployer.  " +
                 "Sometimes the module contains a plan, or requires no plan, in which case " +
                 "the plan may be omitted.  Sometimes the plan references a module already " +