aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
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:",