prosodyctl: Added the install and remove arguments to the reorganized commands_order variable

This commit is contained in:
João Duarte 2019-07-24 04:59:46 -07:00
parent b291e91de2
commit e1969065c4

View file

@ -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 = {};