aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-01-05 17:08:24 +0100
committerKim Alvefur <zash@zash.se>2021-01-05 17:08:24 +0100
commitfb6fb88474f05fce85a5621efd9f2c83261e8fba (patch)
treec7a0aeef306844393664ab58fd602e2af1aeb57a /prosodyctl
parent25135bbd16bd852379f63923bc3edfdc63a3145f (diff)
downloadprosody-fb6fb88474f05fce85a5621efd9f2c83261e8fba.tar.gz
prosody-fb6fb88474f05fce85a5621efd9f2c83261e8fba.zip
prosodyctl: Remove non-existant command from hidden commands
Apparently there existed a plugin installer for a brief time in 2010, between c5d3905c98a6 and 8f78e8164032
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
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" };