mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Added the install and remove arguments to the reorganized commands_order variable
This commit is contained in:
parent
b291e91de2
commit
e1969065c4
1 changed files with 2 additions and 2 deletions
|
@ -1448,8 +1448,8 @@ local command_runner = async.runner(function ()
|
|||
print("Where COMMAND may be one of:\n");
|
||||
|
||||
local hidden_commands = require "util.set".new{ "register", "unregister", "addplugin" };
|
||||
local commands_order = { "adduser", "passwd", "deluser", "start", "stop", "restart", "reload", "about", "local_plugins",
|
||||
"enabled_plugins", "list"};
|
||||
local commands_order = { "install", "remove", "list", "enabled_plugins", "local_plugins","adduser", "passwd", "deluser", "start", "stop", "restart",
|
||||
"reload", "about", "list" };
|
||||
|
||||
local done = {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue