prosodyctl: Remove non-existant command from hidden commands

Apparently there existed a plugin installer for a brief time in 2010,
between c5d3905c98a6 and 8f78e8164032
This commit is contained in:
Kim Alvefur 2021-01-05 17:08:24 +01:00
parent 25135bbd16
commit fb6fb88474

View file

@ -630,7 +630,7 @@ local command_runner = async.runner(function ()
print("");
print("Where COMMAND may be one of:\n");
local hidden_commands = require "util.set".new{ "register", "unregister", "addplugin" };
local hidden_commands = require "util.set".new{ "register", "unregister" };
local commands_order = { "install", "remove", "list", "adduser", "passwd", "deluser", "start", "stop", "restart", "reload",
"about" };