[
https://issues.apache.org/jira/browse/ARTEMIS-4565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erwin Dondorp updated ARTEMIS-4565:
-----------------------------------
Description:
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.
was:
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.
> '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: 10m
> 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)