mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-01 06:49:25 +00:00
ARTEMIS-3375 fix for helptext for 'artemis address'
This commit is contained in:
parent
4d7c6cc188
commit
c6874c9acc
@ -56,7 +56,7 @@ public class HelpAddress extends Help implements Action {
|
||||
@Override
|
||||
public Object execute(ActionContext context) throws Exception {
|
||||
List<String> commands = new ArrayList<>(1);
|
||||
commands.add("queue");
|
||||
commands.add("address");
|
||||
help(global, commands);
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user