prosodyctl
changeset 11697 7c03b1f4c388
parent 11696 d1e7f5b2f524
child 11816 42e98179c034
--- a/prosodyctl	Thu Jul 15 00:37:47 2021 +0200
+++ b/prosodyctl	Thu Jul 15 00:38:27 2021 +0200
@@ -653,7 +653,7 @@
 		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:",