You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2009/10/13 05:30:36 UTC

svn commit: r824580 - /servicemix/smx4/features/trunk/activemq/activemq-commands/src/main/java/org/apache/servicemix/activemq/commands/DestroyBrokerCommand.java

Author: ffang
Date: Tue Oct 13 03:30:35 2009
New Revision: 824580

URL: http://svn.apache.org/viewvc?rev=824580&view=rev
Log:
[SMX4-397] help content for activemq command isn't correct

Modified:
    servicemix/smx4/features/trunk/activemq/activemq-commands/src/main/java/org/apache/servicemix/activemq/commands/DestroyBrokerCommand.java

Modified: servicemix/smx4/features/trunk/activemq/activemq-commands/src/main/java/org/apache/servicemix/activemq/commands/DestroyBrokerCommand.java
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/activemq/activemq-commands/src/main/java/org/apache/servicemix/activemq/commands/DestroyBrokerCommand.java?rev=824580&r1=824579&r2=824580&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/activemq/activemq-commands/src/main/java/org/apache/servicemix/activemq/commands/DestroyBrokerCommand.java (original)
+++ servicemix/smx4/features/trunk/activemq/activemq-commands/src/main/java/org/apache/servicemix/activemq/commands/DestroyBrokerCommand.java Tue Oct 13 03:30:35 2009
@@ -25,7 +25,7 @@
 /**
  * @version $Rev$ $Date$
  */
-@Command(scope="activemq", name="destroy-broker", description="Creates a broker instance.")
+@Command(scope="activemq", name="destroy-broker", description="Destory a broker instance.")
 public class DestroyBrokerCommand extends OsgiCommandSupport {
 
     @Option(name = "-n", aliases = {"--name"}, description = "The name of the broker (defaults to localhost).")