mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Remove non-existant command from hidden commands
Apparently there existed a plugin installer for a brief time in 2010, between c5d3905c98a6 and 8f78e8164032
This commit is contained in:
parent
25135bbd16
commit
fb6fb88474
1 changed files with 1 additions and 1 deletions
|
@ -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" };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue