This commit is contained in:
Justin Bertram 2021-07-04 13:31:53 -05:00
commit a2a13b6cdd
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }