Skip to content

Commit

Permalink
ARTEMIS-4565 fix help text for 'artemis queue'
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwin Dondorp authored and jbertram committed Jan 12, 2024
1 parent bc55928 commit f990c9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
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;
Expand Down

0 comments on commit f990c9a

Please sign in to comment.