diff options
author | Kim Alvefur <zash@zash.se> | 2021-07-15 00:38:27 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-07-15 00:38:27 +0200 |
commit | 79f35dccf0b76b5edc044211934431aa80ba77b6 (patch) | |
tree | 9ecbebd310936b1b702a531ba9f331f493cfa7f7 | |
parent | 994bc597d23aa1547681b7bed0070c14c4220579 (diff) | |
download | prosody-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?
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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:", |