[
https://issues.apache.org/jira/browse/ARTEMIS-4565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17806168#comment-17806168
]
ASF subversion and git services commented on ARTEMIS-4565:
----------------------------------------------------------
Commit f990c9a597fae4666120ca41a029fc250c5617ce in activemq-artemis's branch
refs/heads/main from Erwin Dondorp
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=f990c9a597 ]
ARTEMIS-4565 fix help text for 'artemis queue'
> 'artemis help' shows wrong text for 'queue'
> -------------------------------------------
>
> Key: ARTEMIS-4565
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4565
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 2.31.2
> Reporter: Erwin Dondorp
> Priority: Trivial
> Time Spent: 20m
> Remaining Estimate: 0h
>
> when issuing the command {{artemis help}}, the text for 'queue' is not
> correct, an obvious copy-paste problem.
> {noformat}
> $ bin/artemis help
> Usage: artemis [COMMAND]
> ActiveMQ Artemis Command Line
> Commands:
> help use 'help <command>' for more information
> auto-complete Generates the auto complete script file to be used in bash or
> zsh.
> shell JLine3 shell helping using the CLI
> producer Send message(s) to a broker.
> transfer Move messages from one destination towards another
> destination.
> consumer Consume messages from a queue.
> browser Browse messages on a queue.
> mask Mask a password and print it out.
> version Print version information.
> perf use 'help perf' for sub commands list
> check use 'help check' for sub commands list
> queue use 'help check' for sub commands list <=== HERE ====
> address use 'help address' for sub commands list
> activation use 'help activation' for sub commands list
> data use 'help data' for sub commands list
> user file-based user management. Use 'help user' for sub commands
> list.
> run Run the broker.
> stop Stop the broker.
> kill Kill a broker started with --allow-kill.
> perf-journal Calculate the journal-buffer-timeout to use with the current
> data folder.
> {noformat}
> a small PR is added.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)