You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Tarwirdur Turon (Jira)" <ji...@apache.org> on 2021/12/20 13:35:00 UTC

[jira] [Created] (ARTEMIS-3617) Data tools: fuzzy help message

Tarwirdur Turon created ARTEMIS-3617:
----------------------------------------

             Summary: Data tools: fuzzy help message
                 Key: ARTEMIS-3617
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3617
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: ActiveMQ-Artemis-Native
    Affects Versions: 2.19.0
            Reporter: Tarwirdur Turon
            Assignee: Clebert Suconic


When I run `./artemis help data` on just downloaded distribution without creating an instance I get:

```
NAME
        artemis data - data tools group (print|recover) (example ./artemis data
        print)
...
```

But with instance I get different output:

```
NAME
        artemis data - data tools group
        (print|imp|exp|encode|decode|compact|recover) (example ./artemis data
        print)
...
```

It is very unclear for help command that it's output depends on some conditions.
And it is not mentioned in documented: https://activemq.apache.org/components/artemis/documentation/latest/data-tools.html



--
This message was sent by Atlassian Jira
(v8.20.1#820001)