You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/07/04 15:32:46 UTC

[GitHub] [activemq-artemis] erwindon opened a new pull request #3643: ARTEMIS-3375 fix for helptext for 'artemis address'

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: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [activemq-artemis] asfgit closed pull request #3643: ARTEMIS-3375 fix for helptext for 'artemis address'

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #3643:
URL: https://github.com/apache/activemq-artemis/pull/3643


   


-- 
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: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org