Author: dejanb
Date: Wed Aug 11 13:58:21 2010
New Revision: 984409

URL: http://svn.apache.org/viewvc?rev=984409&view=rev
Log:
add purge task to activemq-admin help

Modified:
    
activemq/trunk/activemq-console/src/main/java/org/apache/activemq/console/command/ShellCommand.java

Modified: 
activemq/trunk/activemq-console/src/main/java/org/apache/activemq/console/command/ShellCommand.java
URL: 
http://svn.apache.org/viewvc/activemq/trunk/activemq-console/src/main/java/org/apache/activemq/console/command/ShellCommand.java?rev=984409&r1=984408&r2=984409&view=diff
==============================================================================
--- 
activemq/trunk/activemq-console/src/main/java/org/apache/activemq/console/command/ShellCommand.java
 (original)
+++ 
activemq/trunk/activemq-console/src/main/java/org/apache/activemq/console/command/ShellCommand.java
 Wed Aug 11 13:58:21 2010
@@ -48,6 +48,7 @@ public class ShellCommand extends Abstra
             "    query           - Display selected broker component's 
attributes and statistics.",
             "    browse          - Display selected messages in a specified 
destination.",
             "    journal-audit   - Allows you to view records stored in the 
persistent journal.",
+            "    purge           - Delete selected destination's messages that 
matches the message selector",
             "",
             "Task Options (Options specific to each task):",
             "    --extdir <dir>  - Add the jar files in the directory to the 
classpath.",


Reply via email to