This closes #3643
This commit is contained in:
commit
a2a13b6cdd
|
@ -56,7 +56,7 @@ public class HelpAddress extends Help implements Action {
|
||||||
@Override
|
@Override
|
||||||
public Object execute(ActionContext context) throws Exception {
|
public Object execute(ActionContext context) throws Exception {
|
||||||
List<String> commands = new ArrayList<>(1);
|
List<String> commands = new ArrayList<>(1);
|
||||||
commands.add("queue");
|
commands.add("address");
|
||||||
help(global, commands);
|
help(global, commands);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue