Diff

prosodyctl @ 11247:4e803e80d7b1

prosodyctl: Remove non-existant command from hidden commands Apparently there existed a plugin installer for a brief time in 2010, between c5d3905c98a6 and 8f78e8164032
author Kim Alvefur <zash@zash.se>
date Tue, 05 Jan 2021 17:08:24 +0100
parent 11135:56490ffde93f
child 11293:cd27ac5e5afe
line wrap: on
line diff
--- 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" };