This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-cli-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 1eab1e0 fix a few doc things
1eab1e0 is described below
commit 1eab1e006c102d27fb5a430be1267c8a0a35b58f
Author: Justin Bertram <[email protected]>
AuthorDate: Thu Apr 4 08:38:39 2024 -0500
fix a few doc things
---
README.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 4f338a6..7492ea5 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,11 @@
Apache ActiveMQ Command Line Tools
==================================
-The ActiveMQ Command Line Tools project is home to several CLI based projects
-useful for users of the ActiveMQ and ActiveMQ Artemis messaging brokers
+The ActiveMQ Command Line Tools project is home to several CLI based projects
useful for users of the ActiveMQ Classic and ActiveMQ Artemis messaging brokers
## ActiveMQ KahaDB Export Tool
-This tool can be used to export a KahaDB or MultiKahaDB store to Artemis XML
format. The resulting XML document can then be imported into an Artemis broker
(version 2.0.0+) using the Artemis CLI tool. See [Artemis CLI
tool](https://activemq.apache.org/artemis/docs/2.0.0/tools.html)
+This tool can be used to export a KahaDB or MultiKahaDB store to Artemis' XML
format. The resulting XML document can then be imported into an Artemis broker
(version 2.0.0+) using the Artemis CLI tool. See [Artemis CLI
tool](https://activemq.apache.org/components/artemis/documentation/latest/data-tools.html#data-tools)
### Usage
```