This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new f990c9a597 ARTEMIS-4565 fix help text for 'artemis queue'
f990c9a597 is described below

commit f990c9a597fae4666120ca41a029fc250c5617ce
Author: Erwin Dondorp <erwin.dond...@cgi.com>
AuthorDate: Fri Jan 12 16:54:54 2024 +0100

    ARTEMIS-4565 fix help text for 'artemis queue'
---
 .../java/org/apache/activemq/artemis/cli/commands/queue/QueueGroup.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/queue/QueueGroup.java
 
b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/queue/QueueGroup.java
index 92a55e0f49..fcfb6158ba 100644
--- 
a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/queue/QueueGroup.java
+++ 
b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/queue/QueueGroup.java
@@ -21,7 +21,7 @@ import org.apache.activemq.artemis.cli.commands.HelpAction;
 import picocli.CommandLine;
 import picocli.CommandLine.Command;
 
-@Command(name = "queue", description = "use 'help check' for sub commands 
list", subcommands = {CreateQueue.class, DeleteQueue.class, UpdateQueue.class, 
StatQueue.class, PurgeQueue.class})
+@Command(name = "queue", description = "use 'help queue' for sub commands 
list", subcommands = {CreateQueue.class, DeleteQueue.class, UpdateQueue.class, 
StatQueue.class, PurgeQueue.class})
 public class QueueGroup implements Runnable {
 
    CommandLine commandLine;

Reply via email to