prosodyctl: Add a note about checking the order of listed commands

Should Plugin really be first? What order makes the most sense?
This commit is contained in:
Kim Alvefur 2021-07-15 00:38:27 +02:00
parent 994bc597d2
commit 79f35dccf0

View file

@ -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:",