From 1f85f4b685baa49646d8bcc797e195816976ac6d Mon Sep 17 00:00:00 2001 From: Bosanac Dejan Date: Wed, 11 Aug 2010 14:11:00 +0000 Subject: [PATCH] typo in purge help desc git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@984416 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/activemq/console/command/PurgeCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activemq-console/src/main/java/org/apache/activemq/console/command/PurgeCommand.java b/activemq-console/src/main/java/org/apache/activemq/console/command/PurgeCommand.java index b4772c7c31..1a933068e0 100644 --- a/activemq-console/src/main/java/org/apache/activemq/console/command/PurgeCommand.java +++ b/activemq-console/src/main/java/org/apache/activemq/console/command/PurgeCommand.java @@ -35,7 +35,7 @@ public class PurgeCommand extends AbstractJmxCommand { "Task Usage: Main purge [browse-options] ", "Description: Delete selected destination's messages that matches the message selector.", "", - "Browse Options:", + "Purge Options:", " --msgsel Add to the search list messages matched by the query similar to", " the messages selector format.", " --jmxurl Set the JMX URL to connect to.",