prosodyctl: Removed the admin_add and admin_remove from the commands_order variable
authorJoão Duarte <jvsDuarte08@gmail.com>
Wed, 24 Jul 2019 04:53:02 -0700
changeset 10163 2eabac18e3dc
parent 10162 2cb48153f9e0
child 10164 320ae3831b34
prosodyctl: Removed the admin_add and admin_remove from the commands_order variable
prosodyctl
--- 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 = {};