Software /
code /
prosody
Changeset
10159:2eabac18e3dc
prosodyctl: Removed the admin_add and admin_remove from the commands_order variable
author | João Duarte <jvsDuarte08@gmail.com> |
---|---|
date | Wed, 24 Jul 2019 04:53:02 -0700 |
parents | 10158:2cb48153f9e0 |
children | 10160:320ae3831b34 |
files | prosodyctl |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/prosodyctl Wed Jul 24 04:44:44 2019 -0700 +++ b/prosodyctl Wed Jul 24 04:53:02 2019 -0700 @@ -1448,8 +1448,8 @@ print("Where COMMAND may be one of:\n"); local hidden_commands = require "util.set".new{ "register", "unregister", "addplugin" }; - local commands_order = { "adduser", "passwd", "deluser", "start", "stop", "restart", "reload", "about", "local_plugins", "enabled_plugins", - "admin_add", "admin_remove", "list", }; + local commands_order = { "adduser", "passwd", "deluser", "start", "stop", "restart", "reload", "about", "local_plugins", + "enabled_plugins", "list"}; local done = {};