mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Removed the list duplicate at the commands_order variable
This commit is contained in:
parent
d93db0b931
commit
4742196835
1 changed files with 1 additions and 1 deletions
|
@ -1426,7 +1426,7 @@ local command_runner = async.runner(function ()
|
|||
|
||||
local hidden_commands = require "util.set".new{ "register", "unregister", "addplugin" };
|
||||
local commands_order = { "install", "remove", "list", "enabled_plugins", "adduser", "passwd", "deluser", "start", "stop", "restart", "reload",
|
||||
"about", "list" };
|
||||
"about" };
|
||||
|
||||
local done = {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue