aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-07-15 00:38:27 +0200
committerKim Alvefur <zash@zash.se>2021-07-15 00:38:27 +0200
commit79f35dccf0b76b5edc044211934431aa80ba77b6 (patch)
tree9ecbebd310936b1b702a531ba9f331f493cfa7f7 /prosodyctl
parent994bc597d23aa1547681b7bed0070c14c4220579 (diff)
downloadprosody-79f35dccf0b76b5edc044211934431aa80ba77b6.tar.gz
prosody-79f35dccf0b76b5edc044211934431aa80ba77b6.zip
prosodyctl: Add a note about checking the order of listed commands
Should Plugin really be first? What order makes the most sense?
Diffstat (limited to 'prosodyctl')
-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:",