You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by js...@apache.org on 2005/07/26 09:13:48 UTC

svn commit: r225246 - in /geronimo/trunk/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli: CommandDeploy.java CommandDistribute.java

Author: jsisson
Date: Tue Jul 26 00:13:38 2005
New Revision: 225246

URL: http://svn.apache.org/viewcvs?rev=225246&view=rev
Log:
GERONIMO-816 Spaces missing in help for deploy and distribute commands

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

Modified: geronimo/trunk/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandDeploy.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandDeploy.java?rev=225246&r1=225245&r2=225246&view=diff
==============================================================================
--- geronimo/trunk/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandDeploy.java (original)
+++ geronimo/trunk/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandDeploy.java Tue Jul 26 00:13:38 2005
@@ -41,8 +41,8 @@
                 "not need to be provided.\n" +
                 "If the server is not currently running, the module will be marked " +
                 "to start next time the server is started.\n" +
-                "If no targets are provided, the module is deployed to all available" +
-                "targets.  Geronimo only provides one target (ever), so this is primarily" +
+                "If no targets are provided, the module is deployed to all available " +
+                "targets.  Geronimo only provides one target (ever), so this is primarily " +
                 "useful when using a different driver.");
     }
 

Modified: geronimo/trunk/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandDistribute.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandDistribute.java?rev=225246&r1=225245&r2=225246&view=diff
==============================================================================
--- geronimo/trunk/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandDistribute.java (original)
+++ geronimo/trunk/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandDistribute.java Tue Jul 26 00:13:38 2005
@@ -45,10 +45,10 @@
                 "the plan may be omitted.  Sometimes the plan references a module already " +
                 "deployed in the Geronimo server environment, in which case a module does " +
                 "not need to be provided.\n" +
-                "If no targets are provided, the module is distributed to all available" +
-                "targets.  Geronimo only provides one target (ever), so this is primarily" +
+                "If no targets are provided, the module is distributed to all available " +
+                "targets.  Geronimo only provides one target (ever), so this is primarily " +
                 "useful when using a different driver.\n" +
-                "If the server is not running when this command is invoked, no targets may be" +
+                "If the server is not running when this command is invoked, no targets may be " +
                 "specified.");
     }