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
commit0f60f16c8d8ad5158a3d9a0ad5e67b7b482f5021 (patch)
treec7a0aeef306844393664ab58fd602e2af1aeb57a /prosodyctl
parent6f090d52c9cbfbff5dcf450aedf46db2369234e3 (diff)
downloadprosody-0f60f16c8d8ad5158a3d9a0ad5e67b7b482f5021.tar.gz
prosody-0f60f16c8d8ad5158a3d9a0ad5e67b7b482f5021.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" };