mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
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:
parent
994bc597d2
commit
79f35dccf0
1 changed files with 1 additions and 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:",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue