From fb6fb88474f05fce85a5621efd9f2c83261e8fba Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 5 Jan 2021 17:08:24 +0100 Subject: prosodyctl: Remove non-existant command from hidden commands Apparently there existed a plugin installer for a brief time in 2010, between c5d3905c98a6 and 8f78e8164032 --- prosodyctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prosodyctl b/prosodyctl index c74a04d1..42647055 100755 --- a/prosodyctl +++ b/prosodyctl @@ -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" }; -- cgit v1.2.3