From 79f35dccf0b76b5edc044211934431aa80ba77b6 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 15 Jul 2021 00:38:27 +0200 Subject: prosodyctl: Add a note about checking the order of listed commands Should Plugin really be first? What order makes the most sense? --- prosodyctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prosodyctl') diff --git a/prosodyctl b/prosodyctl index 36f7bd89..629be65c 100755 --- a/prosodyctl +++ b/prosodyctl @@ -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:", -- cgit v1.2.3