prosodyctl: Remove non-existant command from hidden commands
authorKim Alvefur <zash@zash.se>
Tue, 05 Jan 2021 17:08:24 +0100
changeset 11251 4e803e80d7b1
parent 11250 ab189e707705
child 11252 a1aecd8cf7ee
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
--- a/prosodyctl	Fri Oct 02 16:12:47 2020 +0200
+++ b/prosodyctl	Tue Jan 05 17:08:24 2021 +0100
@@ -630,7 +630,7 @@
 		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" };