diff options
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -653,7 +653,7 @@ local command_runner = async.runner(function () print("Where COMMAND may be one of:"); local hidden_commands = require "util.set".new{ "register", "unregister" }; - local commands_order = { + local commands_order = { -- FIXME Double check order before 0.12 "Plugin management:", "install"; "remove"; "list"; "User management:", |