[ 
https://issues.apache.org/jira/browse/ARTEMIS-3375?focusedWorklogId=618435&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-618435
 ]

ASF GitHub Bot logged work on ARTEMIS-3375:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Jul/21 15:32
            Start Date: 04/Jul/21 15:32
    Worklog Time Spent: 10m 
      Work Description: erwindon opened a new pull request #3643:
URL: https://github.com/apache/activemq-artemis/pull/3643


   fixes the help text for `artemis address`, which currently shows the same 
text as for `artemis queue`.
   
   tested.
   test result:
   ```
   $ artemis address
   OpenJDK 64-Bit Server VM warning: If the number of processors is expected to 
increase from one, then you should configure the number of parallel GC threads 
appropriately using -XX:ParallelGCThreads=N
   NAME
           artemis address - Address tools group (create|delete|update|show)
           (example ./artemis address create)
   
   SYNOPSIS
           artemis address
           artemis address create [--user <user>] [--no-anycast]
                   [--protocol <protocol>] [--name <name>] [--multicast] 
[--silent]
                   [--password <password>] [--clientID <clientID>] [--url 
<brokerURL>]
                   [--anycast] [--no-multicast] [--verbose]
           artemis address delete [--user <user>] [--no-anycast]
                   [--protocol <protocol>] [--name <name>] [--multicast] 
[--silent]
                   [--password <password>] [--clientID <clientID>] [--url 
<brokerURL>]
                   [--anycast] [--no-multicast] [--verbose]
           artemis address show [--user <user>] [--no-anycast]
                   [--protocol <protocol>] [--name <name>] [--multicast] 
[--silent]
                   [--password <password>] [--clientID <clientID>] [--url 
<brokerURL>]
                   [--anycast] [--no-multicast] [--verbose] [--bindings]
           artemis address update [--user <user>] [--no-anycast]
                   [--protocol <protocol>] [--name <name>] [--multicast] 
[--silent]
                   [--password <password>] [--clientID <clientID>] [--url 
<brokerURL>]
                   [--anycast] [--no-multicast] [--verbose]
   
   COMMANDS
           With no arguments, Display help information
   
           create
               create an address
   
               With --user option, User used to connect
   ...
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 618435)
    Remaining Estimate: 0h
            Time Spent: 10m

> "artemis address" shows the help text of "artemis queue"
> --------------------------------------------------------
>
>                 Key: ARTEMIS-3375
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3375
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.17.0
>            Reporter: Erwin Dondorp
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> When using the command "artemis address", the overview for "artemis queue" is 
> presented.
> This is an obvious coding error, so PR is in preparation.
> {noformat}
> $ artemis address
>  OpenJDK 64-Bit Server VM warning: If the number of processors is expected to 
> increase from one, then you should configure the number of parallel GC 
> threads appropriately using -XX:ParallelGCThreads=N
>  NAME
>  artemis queue - Queue tools group (create|delete|update|stat|purge)
>  (example ./artemis queue create)
> SYNOPSIS
>  artemis queue
>  artemis queue create [--address <address>] [--user <user>]
>  [--max-consumers <maxConsumers>] [--auto-create-address]
>  [--protocol <protocol>] [--silent] [--name <name>]
>  [--password <password>] [--filter <filter>] [--no-durable]
>  [--purge-on-no-consumers] [--clientID <clientID>] [--url <brokerURL>]
>  [--preserve-on-no-consumers] [--anycast] [--multicast] [--verbose]
>  [--durable]
>  artemis queue delete [--user <user>] [--removeConsumers]
>  [--protocol <protocol>] [--silent] [--name <name>]
>  [--password <password>] [--autoDeleteAddress] [--clientID <clientID>]
>  [--url <brokerURL>] [–verbose]
> ...
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to