ARTEMIS-4565 fix help text for 'artemis queue'
This commit is contained in:
parent
bc55928104
commit
f990c9a597
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue